CTG Plugins

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

CTG Pluginsคืออะไร?

CTG Plugins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creativetechguy.com และคุณลักษณะหลักของมันคือ "A collection of simple plugins to improve your web browsing experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CTG Plugins

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}