TRACKOO_TSE_CDT

Use the context menu to search CDT websites

什麼是TRACKOO_TSE_CDT?

TRACKOO_TSE_CDT是由trackoo.tse開發的Chrome擴展程式,該擴展的主要功能是“Use the context menu to search CDT websites”。

擴展截圖

screenshot

下載TRACKOO_TSE_CDT擴展crx文件

下載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
官方網址 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"
    }
}