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…
Qu'est-ce que Website Tracker ?
Website Tracker est une extension Chrome développée par PDF Convertor, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Website Tracker
Téléchargez les fichiers d'extension Website Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
URL Officiel | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
Description | 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… |
Taille du Fichier | 101 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-06-08 |
Date de Publication | 2022-06-08 |
Évaluation | 5.00/5 Total 41 Évaluations |
Développeur | PDF Convertor |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
Langues Prises en Charge | 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" } |