Copy all links and image links to CSV or JSON
Export all links and image links from the current page to Excel or JSON format.
ما هو Copy all links and image links to CSV or JSON؟
Copy all links and image links to CSV or JSON هو إضافة Chrome تم تطويرها بواسطة Tab Manager Plus، والميزة الرئيسية لها هي "Export all links and image links from the current page to Excel or JSON format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy all links and image links to CSV or JSON
قم بتنزيل ملفات الامتداد Copy all links and image links to CSV or JSON بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers. Please enjoy this free extension!
معلومات أساسية عن التمديد
الاسم | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
الوصف | Export all links and image links from the current page to Excel or JSON format. |
حجم الملف | 168 KB |
عدد التثبيتات | 3,900 |
النسخة الحالية | 1 |
آخر تحديث | 2018-05-10 |
تاريخ النشر | 2018-05-09 |
تقييم | 4.23/5 مجموع تقييمات 13 |
المطور | Tab Manager Plus |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy all links and image links to CSV or JSON", "short_name": "Copy Links to CSV\/JSON", "version": "1", "manifest_version": 2, "description": "Export all links and image links from the current page to Excel or JSON format.", "author": "stefanXO", "icons": { "512": "images\/sort.png" }, "permissions": [ "activeTab", "downloads" ], "browser_action": { "default_icon": { "512": "images\/sort.png" }, "default_popup": "popup.html" } } |