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"
    ]
}