CTG Plugins

A collection of simple plugins to improve your web browsing experience.

什麼是CTG Plugins?

CTG Plugins是由https://creativetechguy.com開發的Chrome擴展程式,該擴展的主要功能是“A collection of simple plugins to improve your web browsing experience.”。

擴展截圖

screenshot
screenshot

下載CTG Plugins擴展crx文件

下載CTG Plugins擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A collection of simple website plugins for a wide variety of purposes, all in one place. Each plugin does exactly what it says and nothing more. Simplicity is key.

Plugins:
• Auto Scroll
• Focus
• Pause All Tabs
• Reveal Password
• YouTube - Extract Captions
• Password Generator
• Auto Click

To enable this extension to improve your web browsing experience, it requires permission to read and change data. This permission is only used to allow the various plugins to interact with the webpages.

Note: The Auto Click plugin is not supported on all websites.

Detailed descriptions for each plugin are available on the Extension's Options Page.                    

擴展基本資訊

名稱 CTG Plugins CTG Plugins
ID hjljaklopfcidbbglpbehlgmelokabcp
官方網址 https://chromewebstore.google.com/detail/ctg-plugins/hjljaklopfcidbbglpbehlgmelokabcp
簡介 A collection of simple plugins to improve your web browsing experience.
檔案大小 57.39 KB
安裝次數 59,539
目前版本 1.7.1
更新時間 2019-12-24
上架時間 2019-12-23
評分 4.02/5 共 141 次評分
開發者 https://creativetechguy.com
付費類型 free
擴展官網 https://creativetechguy.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CTG Plugins",
    "short_name": "CTG Plugins",
    "author": "Jason O'Neill",
    "description": "A collection of simple plugins to improve your web browsing experience.",
    "version": "1.7.1",
    "icons": {
        "16": "assets\/icon16.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "CTG Plugins"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "contextMenus"
    ]
}