PCT Manager
Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
What is PCT Manager?
PCT Manager is a Chrome extension developed by Tollski, and its main feature is "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.".
Extension Screenshots
Download PCT Manager Extension CRX File
Download PCT Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | gpbdmbcehgeedlilhdeolifmboafbcjb |
Official URL | https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb |
Description | Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering. |
File Size | 67.55 KB |
Installation Count | 153 |
Current Version | 0.4.3 |
Last Updated | 2016-10-25 |
Publish Date | 2016-10-24 |
Rating | 4.22/5 Total 9 Ratings |
Developer | Tollski |
Payment Type | free |
Supported Languages | 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" ] } |