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
官方URL 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"
    ]
}