PCT Manager

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

Co to jest PCT Manager?

PCT Manager to rozszerzenie Chrome opracowane przez Tollski, a jego główną funkcją jest „Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PCT Manager

Pobierz pliki rozszerzeń PCT Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa PCT Manager PCT Manager
ID gpbdmbcehgeedlilhdeolifmboafbcjb
Oficjalny URL https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb
Opis Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
Rozmiar pliku 67.55 KB
Liczba instalacji 153
Aktualna Wersja 0.4.3
Ostatnia Aktualizacja 2016-10-25
Data Publikacji 2016-10-24
Ocena 4.22/5 Łącznie 9 Oceny
Deweloper Tollski
Typ Płatności free
Obsługiwane Języki 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"
    ]
}