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 |
公式URL | 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 |
Eメール | [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" } |