Mark Selected Links As Visited
Marks selected links as visited. If nothing is selected - marks all links on page as visited
ما هو Mark Selected Links As Visited؟
Mark Selected Links As Visited هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Marks selected links as visited. If nothing is selected - marks all links on page as visited".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mark Selected Links As Visited
قم بتنزيل ملفات الامتداد Mark Selected Links As Visited بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Picture will explain it all... It also has some context menus for link and selection.
معلومات أساسية عن التمديد
الاسم | Mark Selected Links As Visited |
ID | pmoldfbmipffdecleeffgfcoahobhkpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp |
الوصف | Marks selected links as visited. If nothing is selected - marks all links on page as visited |
حجم الملف | 12.2 KB |
عدد التثبيتات | 588 |
النسخة الحالية | 0.3 |
آخر تحديث | 2017-07-04 |
تاريخ النشر | 2017-07-03 |
تقييم | 3.40/5 مجموع تقييمات 10 |
المطور | Dima PM |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/Klestofer/Mark-Selected-Links-As-Visited |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Mark Selected Links As Visited", "version": "0.3", "description": "Marks selected links as visited. If nothing is selected - marks all links on page as visited", "browser_action": { "default_icon": { "19": "icon19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "history", "contextMenus" ] } |