Working on it
Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.
Working on itとは何ですか?
Working on itはAleによって開発されたChromeの拡張機能で、その主な機能は「Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.」です。
拡張機能のスクリーンショット
Working on it拡張機能のCRXファイルをダウンロード
Working on it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All data is private and stored locally in your browser. 拡張機能の基本情報
| 名前 | |
| ID | ibjababomdgfgigmliiodbongpokoeam |
| 公式URL | https://chromewebstore.google.com/detail/working-on-it/ibjababomdgfgigmliiodbongpokoeam |
| 説明 | Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it. |
| ファイルサイズ | 274 KB |
| インストール数 | 16 |
| 現在のバージョン | 0.8 |
| 最終更新日 | 2018-01-25 |
| 公開日 | 2018-01-25 |
| 開発者 | Ale |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Working on it",
"version": "0.8",
"description": "Prompts you every N minutes to type a small summary about what you're currently working on and keeps track of it.",
"icons": {
"128": "icons\/128.png",
"64": "icons\/64.png",
"48": "icons\/48.png",
"32": "icons\/32.png",
"24": "icons\/24.png",
"16": "icons\/16.png"
},
"background": {
"persistent": false,
"scripts": [
"static\/bg.js"
]
},
"permissions": [
"alarms",
"storage",
"identity"
],
"browser_action": {
"default_title": "",
"default_icon": {
"128": "icons\/128.png",
"64": "icons\/64.png",
"48": "icons\/48.png",
"32": "icons\/32.png",
"24": "icons\/24.png",
"16": "icons\/16.png"
},
"default_popup": "menu.html"
},
"options_page": "options.html",
"oauth2": {
"client_id": "299587398487-uea2jbvtfpomrs755ve15jotdifkrks5.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.readonly"
]
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnz\/QhzpVXEdYSY8Da5ACi+j27PNR0vheE5VflKzmisyN0tyRxuB4Is07sy0yEi830kcLsvVyTUqKH4Sb7LvPCudwBOdBoftui+SO60xN80gyJpWDdVZSpPry2jLS1Z7thVKfSbcwP0VSMZZpSiuNKdkH39lSp\/52k9QiIIbKact2d+8v1mlIWI1uR8wNRXmZ3LFmYDGOG8pxiX6B9lJRzsoINx6Jde2NxKtKBdoDCa2iNyiIBzmRun5wOjiYoYxrKs6RbnNLUNQE2fIn8ldMahbodMx9YZS1nVpMaSLdG+obobBhGiZ8Q+ggpCsF\/mG6eERTcOMxEhx4zxXxS2TlBwIDAQAB"
} | |