TRACKOO_TSE_RA
Use the context menu to search Trackings for TRMS
什麼是TRACKOO_TSE_RA?
TRACKOO_TSE_RA是由trackoo.tse開發的Chrome擴展程式,該擴展的主要功能是“Use the context menu to search Trackings for TRMS”。
擴展截圖
下載TRACKOO_TSE_RA擴展crx文件
下載TRACKOO_TSE_RA擴展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. 擴展基本資訊
| 名稱 | |
| ID | edfggacakpcpddjdgocfjpmgoomllogj |
| 官方網址 | https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj |
| 簡介 | Use the context menu to search Trackings for TRMS |
| 檔案大小 | 32.75 KB |
| 安裝次數 | 746 |
| 目前版本 | 1.2.1 |
| 更新時間 | 2022-10-27 |
| 上架時間 | 2022-10-02 |
| 開發者 | trackoo.tse |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TRACKOO_TSE_RA",
"description": "Use the context menu to search Trackings for TRMS",
"version": "1.2.1",
"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"
}
} | |