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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}