Downloads
Quick access button to the download page
Was ist Downloads?
Downloads ist eine Chrome-Erweiterung, die von Clean & Simple entwickelt wurde, und ihr Hauptmerkmal ist "Quick access button to the download page".
Erweiterungsscreenshots
Downloads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Downloads-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
Quickly access the downloads window by clicking the icon instead of taking the "long way" (Tools/Downloads). Very useful for those who download a lot.
Grundlegende Informationen zur Erweiterung
Name | Downloads |
ID | jfchnphgogjhineanplmfkofljiagjfb |
Offizielle URL | https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb |
Beschreibung | Quick access button to the download page |
Dateigröße | 24.75 KB |
Installationsanzahl | 413,983 |
Aktuelle Version | 2 |
Letztes Update | 2014-04-09 |
Veröffentlichungsdatum | 2014-04-09 |
Bewertung | 4.19/5 Insgesamt 2725 Bewertungen |
Entwickler | Clean & Simple |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads", "description": "Quick access button to the download page", "version": "2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "19.png" } }, "background": { "persistent": true, "page": "background.html" } } |