HEEG Download to folder & overwrite
This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions or URL.
What is HEEG Download to folder & overwrite?
HEEG Download to folder & overwrite is a Chrome extension developed by heeg.ru, and its main feature is "This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions or URL.".
Extension Screenshots
Download HEEG Download to folder & overwrite Extension CRX File
Download HEEG Download to folder & overwrite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions or URL. Works good with blob on local html files. Это расширение хром автоматически создает папки для скаченных файлов в зависимости от их расширения *.jpg, *.html или от URL сайта, с которого скачиваются эти файлы. При создании и скачивании файлов через blob, можно так же создавать отдельные папки или локальную папку. Файлы могут быть автоматически перезаписаны поверху, при совпадении названия, могут быть "уникализированы" (1) (2) (3), либо дополнение будет спрашивать, как поступить со скаченным файлом.
Extension Basic Information
Name | HEEG Download to folder & overwrite |
ID | hahpaggbcdfdgmeahkaiokilglbcopdc |
Official URL | https://chromewebstore.google.com/detail/heeg-download-to-folder-o/hahpaggbcdfdgmeahkaiokilglbcopdc |
Description | This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions or URL. |
File Size | 10.13 KB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2019-11-18 |
Publish Date | 2019-11-17 |
Developer | heeg.ru |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://heeg.ru/Privacy.html |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ico16.png", "default_popup": "popup.html" }, "description": "This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions or URL.", "icons": { "32": "ico32.png", "48": "ico48.png" }, "manifest_version": 2, "name": "HEEG Download to folder & overwrite", "permissions": [ "downloads", "storage" ], "short_name": "HEEG Download to folder & overwrite", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |