One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
ما هو One Click Downloader؟
One Click Downloader هو إضافة Chrome تم تطويرها بواسطة Till Haldimann، والميزة الرئيسية لها هي "Automatically save downloaded files to different folders based on their type or name.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Click Downloader
قم بتنزيل ملفات الامتداد One Click Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
معلومات أساسية عن التمديد
الاسم | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
الوصف | Automatically save downloaded files to different folders based on their type or name. |
حجم الملف | 71.85 KB |
عدد التثبيتات | 2,875 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2015-03-29 |
تاريخ النشر | 2015-03-29 |
تقييم | 3.00/5 مجموع تقييمات 15 |
المطور | Till Haldimann |
نوع الدفع | free |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |