PCT Manager
Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
Was ist PCT Manager?
PCT Manager ist eine Chrome-Erweiterung, die von Tollski entwickelt wurde, und ihr Hauptmerkmal ist "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.".
Erweiterungsscreenshots
PCT Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie PCT Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gpbdmbcehgeedlilhdeolifmboafbcjb |
| Offizielle URL | https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb |
| Beschreibung | Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering. |
| Dateigröße | 67.55 KB |
| Installationsanzahl | 153 |
| Aktuelle Version | 0.4.3 |
| Letztes Update | 2016-10-25 |
| Veröffentlichungsdatum | 2016-10-24 |
| Bewertung | 4.22/5 Insgesamt 9 Bewertungen |
| Entwickler | Tollski |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |