Website Tracker
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…
什麼是Website Tracker?
Website Tracker是由PDF Convertor開發的Chrome擴展程式,該擴展的主要功能是“Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…”。
擴展截圖
下載Website Tracker擴展crx文件
下載Website Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that they can be easily accessed from the context menu. 💚💚💚 Simple tool that help users to save links from adress bar and have more productivity in the navigation at internet.🕛 🕛 🕛 Please add the icon to the context menu to have at hand all the sites you have added 🆔🆔🆔 1: Create quickly and add to the list so as not to waste time browsing every link on the website 3: Delete list or save addresses manually 4: Copy the link you saved and then access it in a new page
擴展基本資訊
名稱 | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
官方網址 | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
簡介 | Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that… |
檔案大小 | 101 KB |
安裝次數 | 64 |
目前版本 | 1.0 |
更新時間 | 2022-06-08 |
上架時間 | 2022-06-08 |
評分 | 5.00/5 共 41 次評分 |
開發者 | PDF Convertor |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "options_page": "options.html", "name": "Website Tracker", "action": { "default_popup": "index.html", "default_icon": "images-removebg-preview.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "worker_container.js" }, "default_locale": "en" } |