Download Tab Shortcut
Access the Download Tab on Chrome within a snap
Vad är Download Tab Shortcut?
Download Tab Shortcut är en Chrome-tillägg utvecklad av Daniel R., och dess huvudfunktion är "Access the Download Tab on Chrome within a snap".
Tilläggsskärmbilder
Ladda ner Download Tab Shortcut-förlängningens CRX-fil
Ladda ner Download Tab Shortcut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Access the Download Tab on Chrome within a snap.
Open a new tab with the Download Tab directly from the Chrome address bar. Grundläggande Information om Tillägg
| Namn | |
| ID | icgllojphobcelnadkpnpakckhlmnoaa |
| Officiell webbadress | https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa |
| Beskrivning | Access the Download Tab on Chrome within a snap |
| Filstorlek | 25.74 KB |
| Antal Installationer | 1,848 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2012-07-05 |
| Publiceringsdatum | 2012-07-05 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | Daniel R. |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |