TRACKOO_TSE_CDT

Use the context menu to search CDT websites

TRACKOO_TSE_CDTคืออะไร?

TRACKOO_TSE_CDT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trackoo.tse และคุณลักษณะหลักของมันคือ "Use the context menu to search CDT websites"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TRACKOO_TSE_CDT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TRACKOO_TSE_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
คำอธิบาย Use the context menu to search CDT websites
ขนาดไฟล์ 39.51 KB
จำนวนการติดตั้ง 212
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2022-11-09
ผู้พัฒนา trackoo.tse
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_CDT",
    "description": "Use the context menu to search CDT websites",
    "version": "1.3",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "globalGoogle16.png",
        "48": "globalGoogle48.png",
        "128": "globalGoogle128.png"
    }
}