PCT Manager

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

PCT Manager là gì?

PCT Manager là một tiện ích mở rộng Chrome được phát triển bởi Tollski, và tính năng chính của nó là "Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PCT Manager

Tải xuống các tệp mở rộng PCT Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PCT Manager PCT Manager
ID gpbdmbcehgeedlilhdeolifmboafbcjb
URL Chính Thức https://chromewebstore.google.com/detail/pct-manager/gpbdmbcehgeedlilhdeolifmboafbcjb
Mô tả Personal, content, and time manager. Provides tools for goal setting & planning, time management, and content filtering.
Kích Thước Tệp 67.55 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2016-10-25
Ngày Phát Hành 2016-10-24
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Tollski
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}