Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.94 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.94 KB

Knock Off

CircleCI (all branches) Chrome Web Store

last commit (master) release date license

日本語 (Japanese) • English


ジョブカン (JOBCAN) が使いやすくなる

主な特徴

工数入力画面

  • 工数が未入力の箇所をハイライトする

  • 工数を自動入力する

  • 工数入力後、自動的に先月のページに遷移する(オプション)

打刻修正画面

  • 退室の場合、仮休憩時間を表示する

ダウンロード

デバッグ

Install

$ npm install
$ cp app/scripts/config/env.js.sample app/scripts/config/env.js

Development

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

Build

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge

built with webextension-toolbox