Job Done - Daily task manager
An easy way to manage your daily work.
Job Done - Daily task managerとは何ですか?
Job Done - Daily task managerはwang shao xingによって開発されたChromeの拡張機能で、その主な機能は「An easy way to manage your daily work.」です。
拡張機能のスクリーンショット
Job Done - Daily task manager拡張機能のCRXファイルをダウンロード
Job Done - Daily task manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension’s key features include:
-you can synchronize your task with the remote server
-you can use it off line 拡張機能の基本情報
| 名前 | |
| ID | iiddkamnkikmfiokicojgflebekpkpoj |
| 公式URL | https://chromewebstore.google.com/detail/job-done-daily-task-manag/iiddkamnkikmfiokicojgflebekpkpoj |
| 説明 | An easy way to manage your daily work. |
| ファイルサイズ | 1.03 MB |
| インストール数 | 130 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-01-13 |
| 公開日 | 2015-01-12 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | wang shao xing |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.original-fun.com/?p=135 |
| ヘルプページのURL | http://www.original-fun.com/?p=135 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Job Done - Daily task manager",
"version": "1.1",
"description": "An easy way to manage your daily work.",
"permissions": [
"http:\/\/note.original-fun.com\/"
],
"browser_action": {
"default_title": "Job Done",
"default_icon": "r\/ico\/icon128.png",
"default_popup": "index.html"
},
"icons": {
"16": "r\/ico\/icon16.png",
"32": "r\/ico\/icon32.png",
"48": "r\/ico\/icon48.png",
"128": "r\/ico\/icon128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |