Download Shelf Disabler
Turns off Chrome's downloads shelf.
ما هو Download Shelf Disabler؟
Download Shelf Disabler هو إضافة Chrome تم تطويرها بواسطة Ferb، والميزة الرئيسية لها هي "Turns off Chrome's downloads shelf.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Shelf Disabler
قم بتنزيل ملفات الامتداد Download Shelf Disabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Useful for macOS users who like Safari's default behaviour. A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.
معلومات أساسية عن التمديد
الاسم | Download Shelf Disabler |
ID | aefnabdoeaehgniaceoefkbambfdhdjl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl |
الوصف | Turns off Chrome's downloads shelf. |
حجم الملف | 12.23 KB |
عدد التثبيتات | 152 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-09-21 |
تاريخ النشر | 2016-09-14 |
تقييم | 4.88/5 مجموع تقييمات 8 |
المطور | Ferb |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ferbivore/chrome-download-shelf-disabler |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Shelf Disabler", "description": "Turns off Chrome's downloads shelf.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf" ] } |