Download Tab Shortcut
Access the Download Tab on Chrome within a snap
Hvad er Download Tab Shortcut?
Download Tab Shortcut er en Chrome-udvidelse udviklet af Daniel R., og dens hovedfunktion er "Access the Download Tab on Chrome within a snap".
Udvidelsesskærmbilleder
Download Download Tab Shortcut-udvidelses-CRX-fil
Download Download Tab Shortcut-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Access the Download Tab on Chrome within a snap.
Open a new tab with the Download Tab directly from the Chrome address bar. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | icgllojphobcelnadkpnpakckhlmnoaa |
| Officiel URL | https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa |
| Beskrivelse | Access the Download Tab on Chrome within a snap |
| Filstørrelse | 25.74 KB |
| Antal Installationer | 1,848 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2012-07-05 |
| Udgivelsesdato | 2012-07-05 |
| Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
| Udvikler | Daniel R. |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Download Tab Shortcut",
"description": "Access the Download Tab on Chrome within a snap",
"version": "1.1",
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": "icon_32x32.png",
"default_title": ""
},
"icons": {
"16": "icon_16x16.png",
"128": "icon_128x128.png"
}
} | |