Downloads
Quick access button to the download page
Wat is Downloads?
Downloads is een Chrome-extensie ontwikkeld door Clean & Simple, en de belangrijkste functie is "Quick access button to the download page".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloads
Download Downloads-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
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.
Basisinformatie over de Extensie
Naam | Downloads |
ID | jfchnphgogjhineanplmfkofljiagjfb |
Officiële URL | https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb |
Beschrijving | Quick access button to the download page |
Bestandsgrootte | 24.75 KB |
Aantal Installaties | 413,983 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2014-04-09 |
Publicatiedatum | 2014-04-09 |
Beoordeling | 4.19/5 Totaal 2725 Beoordelingen |
Ontwikkelaar | Clean & Simple |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |