LinkCount
Aggregate the number of links that appear in a web page.
ما هو LinkCount؟
LinkCount هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Aggregate the number of links that appear in a web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LinkCount
قم بتنزيل ملفات الامتداد LinkCount بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.
معلومات أساسية عن التمديد
الاسم | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
الوصف | Aggregate the number of links that appear in a web page. |
حجم الملف | 10.89 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-04-16 |
تاريخ النشر | 2018-04-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkCount", "description": "Aggregate the number of links that appear in a web page.", "author": "Leron Tolmachev", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png" }, "default_title": "LinkCount", "default_popup": "popup.html" } } |