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 |
| 官方網址 | 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"
]
} | |