PCT Manager

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

Wat is PCT Manager?

PCT Manager is een Chrome-extensie ontwikkeld door Tollski, en de belangrijkste functie is "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PCT Manager

Download PCT Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam PCT Manager PCT Manager
ID gpbdmbcehgeedlilhdeolifmboafbcjb
Officiële URL https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb
Beschrijving Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
Bestandsgrootte 67.55 KB
Aantal Installaties 153
Huidige Versie 0.4.3
Laatst Bijgewerkt 2016-10-25
Publicatiedatum 2016-10-24
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar Tollski
Betalingswijze free
Ondersteunde Talen 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"
    ]
}