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…
Wat is Website Tracker?
Website Tracker is een Chrome-extensie ontwikkeld door PDF Convertor, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Website Tracker
Download Website Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
Officiële URL | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
Beschrijving | 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… |
Bestandsgrootte | 101 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-06-08 |
Publicatiedatum | 2022-06-08 |
Beoordeling | 5.00/5 Totaal 41 Beoordelingen |
Ontwikkelaar | PDF Convertor |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
Ondersteunde Talen | 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" } |