Download Manager
Easy to manage downloaded files
Wat is Download Manager?
Download Manager is een Chrome-extensie ontwikkeld door xinghai, en de belangrijkste functie is "Easy to manage downloaded files".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Manager
Download Download Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You can manage downloaded files more conveniently! If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager
Basisinformatie over de Extensie
Naam | Download Manager |
ID | ofpglhlcdbjdhlacgbljnildhajfmlei |
Officiële URL | https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei |
Beschrijving | Easy to manage downloaded files |
Bestandsgrootte | 383 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2021-12-17 |
Publicatiedatum | 2020-07-01 |
Beoordeling | 4.47/5 Totaal 176 Beoordelingen |
Ontwikkelaar | xinghai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/xinghaixuanwo/download-manager |
Help Pagina-URL | https://github.com/xinghaixuanwo/download-manager |
Ondersteunde Talen | 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" } |