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…
Was ist Website Tracker?
Website Tracker ist eine Chrome-Erweiterung, die von PDF Convertor entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Website Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
| Offizielle URL | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
| Beschreibung | 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… |
| Dateigröße | 101 KB |
| Installationsanzahl | 64 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-06-08 |
| Veröffentlichungsdatum | 2022-06-08 |
| Bewertung | 5.00/5 Insgesamt 41 Bewertungen |
| Entwickler | PDF Convertor |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
| Unterstützte Sprachen | 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"
} | |