Link Scraper
Scrape all the links on a web page
ما هو Link Scraper؟
Link Scraper هو إضافة Chrome تم تطويرها بواسطة Tim Finnigan، والميزة الرئيسية لها هي "Scrape all the links on a web page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Scraper
قم بتنزيل ملفات الامتداد Link Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply click the extension icon to download a JSON file of all the links on a web page.
معلومات أساسية عن التمديد
الاسم | Link Scraper |
ID | apdmmebfdjlefbomdafjgbfjipjocdof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
الوصف | Scrape all the links on a web page |
حجم الملف | 11.32 KB |
عدد التثبيتات | 1,137 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-02-22 |
تاريخ النشر | 2021-02-22 |
المطور | Tim Finnigan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Scraper", "description": "Scrape all the links on a web page", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "activeTab" ] } |