PCT Manager

Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.

Qu'est-ce que PCT Manager ?

PCT Manager est une extension Chrome développée par Tollski, et sa fonction principale est "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PCT Manager

Téléchargez les fichiers d'extension PCT Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom PCT Manager PCT Manager
ID gpbdmbcehgeedlilhdeolifmboafbcjb
URL Officiel 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.
Taille du Fichier 67.55 KB
Nombre d'Installations 153
Version Actuelle 0.4.3
Dernière Mise à Jour 2016-10-25
Date de Publication 2016-10-24
Évaluation 4.22/5 Total 9 Évaluations
Développeur Tollski
Type de Paiement free
Langues Prises en Charge 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"
    ]
}