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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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