Download Button
Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.
Wat is Download Button?
Download Button is een Chrome-extensie ontwikkeld door https://tejji.com, en de belangrijkste functie is "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Button
Download Download Button-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
Opens Downloads tab in single click. Simple
Other options....
1. Open from Context Menu
2. Change Icon
3. Add / Remove from context menu
The above options are available via...
Tools --> Extensions --> Download --> Click Options
OR
Right click icon in toolbar --> Click Options
Opens in new tab
More extensions at http://tejji.com/browser/chrome/extensions/
Thanks,
http://tejji.com
v1.4
- updated to comply to changes in Chrome web store policies
v1.3
- updated for latest manifest
v1.2
- Added ability to change the icon to fit to individual needs and themes
- Added context menu shortcut to access Downloads folder from context menu
v1.1
- Icon updated to show transparent arrow to fit most of the themes Basisinformatie over de Extensie
| Naam | |
| ID | alakoggmijiicdlcjjeakffojoinhlpg |
| Officiële URL | https://chromewebstore.google.com/detail/download-button/alakoggmijiicdlcjjeakffojoinhlpg |
| Beschrijving | Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc. |
| Bestandsgrootte | 81.41 KB |
| Aantal Installaties | 26,420 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2018-09-11 |
| Publicatiedatum | 2018-09-08 |
| Beoordeling | 4.63/5 Totaal 513 Beoordelingen |
| Ontwikkelaar | https://tejji.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://tejji.com/ |
| Help Pagina-URL | http://tejji.com/contactus.aspx |
| URL van de Privacybeleid Pagina | https://tejji.com/privacy.aspx |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Download Button",
"version": "1.4",
"description": "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc. ",
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"page": "background.htm"
},
"options_page": "options.htm",
"permissions": [
"contextMenus",
"unlimitedStorage"
],
"browser_action": {
"default_icon": "img\/icon19.png",
"default_title": "Download Button | Tejji"
},
"manifest_version": 2,
"homepage_url": "http:\/\/tejji.com\/"
} | |