PCT Manager
Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
PCT Managerとは何ですか?
PCT ManagerはTollskiによって開発されたChromeの拡張機能で、その主な機能は「Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.」です。
拡張機能のスクリーンショット
PCT Manager拡張機能のCRXファイルをダウンロード
PCT Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | gpbdmbcehgeedlilhdeolifmboafbcjb |
| 公式URL | https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb |
| 説明 | Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering. |
| ファイルサイズ | 67.55 KB |
| インストール数 | 153 |
| 現在のバージョン | 0.4.3 |
| 最終更新日 | 2016-10-25 |
| 公開日 | 2016-10-24 |
| 評価 | 4.22/5 合計 9 レビュー |
| 開発者 | Tollski |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PCT Manager",
"description": "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.",
"version": "0.4.3",
"background": {
"scripts": [
"jquery-2.1.4.min.js",
"helperFunctions.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Safe Browsing",
"default_popup": "pages\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-2.1.4.min.js",
"helperFunctions.js",
"contentScripts\/timeLimitedContent.js",
"contentScripts\/newPageContent.js",
"contentScripts\/notificationsContent.js",
"contentScripts\/genericMessageListener.js",
"contentScripts\/blockedLinks.js",
"contentScripts\/blockedKeywords.js",
"contentScripts\/blockContent.js",
"contentScripts\/timerContent.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon.png"
},
"options_page": "pages\/options.html",
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |