PCT Manager
Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
PCT Managerคืออะไร?
PCT Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tollski และคุณลักษณะหลักของมันคือ "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PCT Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |