Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
ما هو Download Tabber؟
Download Tabber هو إضافة Chrome تم تطويرها بواسطة Austin Guevara، والميزة الرئيسية لها هي "Open downloads in Chrome Downloads tab, rather than bottom bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Tabber
قم بتنزيل ملفات الامتداد Download Tabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.
معلومات أساسية عن التمديد
الاسم | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
الوصف | Open downloads in Chrome Downloads tab, rather than bottom bar. |
حجم الملف | 59.44 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 0.2.2 |
آخر تحديث | 2017-09-29 |
تاريخ النشر | 2017-09-28 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Austin Guevara |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/austin-guevara/chrome-downloads-tabber |
عنوان صفحة المساعدة | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Tabber", "version": "0.2.2", "manifest_version": 2, "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.", "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Tabber" }, "permissions": [ "downloads", "downloads.shelf", "tabs" ] } |