Tabbed File Downloader
Easily download any files you have opened in tabs.
ما هو Tabbed File Downloader؟
Tabbed File Downloader هو إضافة Chrome تم تطويرها بواسطة devinscodev، والميزة الرئيسية لها هي "Easily download any files you have opened in tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabbed File Downloader
قم بتنزيل ملفات الامتداد Tabbed File Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You've opened a dozen or so documents (pdfs, images, etc) in their own tabs (eg. by right clicking on an image in a webpage and selecting 'Open image in new tab'). You want to download all of them in an organized manner without having to go through the process of SELECT TAB → RIGHT CLICK → SAVE AS → BROWSE TO DIRECTORY → SAVE → CLOSE TAB for each and every one. This extension can help.
معلومات أساسية عن التمديد
الاسم | |
ID | doibdlnmlhnkdgnnggeapbohablpilmj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tabbed-file-downloader/doibdlnmlhnkdgnnggeapbohablpilmj |
الوصف | Easily download any files you have opened in tabs. |
حجم الملف | 1010 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2017-03-06 |
تاريخ النشر | 2017-03-06 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | devinscodev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabbed File Downloader", "version": "1.1.0", "short_name": "TFD", "description": "Easily download any files you have opened in tabs.", "background": { "persistent": true, "scripts": [ "scripts\/extension.js" ] }, "icons": { "48": "icons\/48.png", "144": "icons\/144.png" }, "permissions": [ "tabs", "downloads", "webRequest", " |