Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 849 Bytes

File metadata and controls

23 lines (17 loc) · 849 Bytes

markRestIcon-kintone-chrome-extention

休みの人のアイコンにはお休みマークを付ける

How to add extension to chrome

  1. zip ファイルをこちらからダウンロード
  2. ダウンロードした zip ファイルを展開する
  3. chrome を開き拡張機能の管理画面を表示する
  4. 画面右上のデベロッパーモードをオンにする
  5. 画面上部のパッケージ化されていない拡張機能を読み込むボタンをクリック
  6. 展開したフォルダ内の"dist"フォルダを選択する

For developer

npm ci
npm run build -- --watch