DownRight
Puts your DOWNloads in the RIGHT location.
ما هو DownRight؟
DownRight هو إضافة Chrome تم تطويرها بواسطة freenik، والميزة الرئيسية لها هي "Puts your DOWNloads in the RIGHT location.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DownRight
قم بتنزيل ملفات الامتداد DownRight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
معلومات أساسية عن التمديد
الاسم | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
الوصف | Puts your DOWNloads in the RIGHT location. |
حجم الملف | 25.24 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2019-12-04 |
تاريخ النشر | 2019-12-02 |
المطور | freenik |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |