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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PDF Convertor, και η κύρια λειτουργία του είναι "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…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Website Tracker
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } |