TRACKOO_TSE_CDT
Use the context menu to search CDT websites
TRACKOO_TSE_CDT là gì?
TRACKOO_TSE_CDT là một tiện ích mở rộng Chrome được phát triển bởi trackoo.tse, và tính năng chính của nó là "Use the context menu to search CDT websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TRACKOO_TSE_CDT
Tải xuống các tệp mở rộng TRACKOO_TSE_CDT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TRACKOO_TSE_CDT |
ID | aofkpoeplbjnfllcocfjhepfnegahdge |
URL Chính Thức | https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge |
Mô tả | Use the context menu to search CDT websites |
Kích Thước Tệp | 39.51 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-11-21 |
Ngày Phát Hành | 2022-11-09 |
Nhà Phát Triển | trackoo.tse |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |