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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |