Download Manager
Easy to manage downloaded files
Was ist Download Manager?
Download Manager ist eine Chrome-Erweiterung, die von xinghai entwickelt wurde, und ihr Hauptmerkmal ist "Easy to manage downloaded files".
Erweiterungsscreenshots
Download Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can manage downloaded files more conveniently! If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager
Grundlegende Informationen zur Erweiterung
Name | Download Manager |
ID | ofpglhlcdbjdhlacgbljnildhajfmlei |
Offizielle URL | https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei |
Beschreibung | Easy to manage downloaded files |
Dateigröße | 383 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2021-12-17 |
Veröffentlichungsdatum | 2020-07-01 |
Bewertung | 4.47/5 Insgesamt 176 Bewertungen |
Entwickler | xinghai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/xinghaixuanwo/download-manager |
Hilfeseite URL | https://github.com/xinghaixuanwo/download-manager |
Unterstützte Sprachen | de,en,fr,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.4", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+X", "mac": "Alt+X" }, "description": "__MSG_openPopupSetting__" } }, "options_page": "options.html", "default_locale": "en", "permissions": [ "downloads", "downloads.open", "downloads.shelf", "storage", "notifications", "contextMenus", "background" ], "homepage_url": "https:\/\/github.com\/xinghaix\/download-manager", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "39" } |