TRACKOO_TSE_CDT

Use the context menu to search CDT websites

TRACKOO_TSE_CDT क्या है?

TRACKOO_TSE_CDT trackoo.tse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the context menu to search CDT websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TRACKOO_TSE_CDT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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