Download Tab Shortcut
Access the Download Tab on Chrome within a snap
What is Download Tab Shortcut?
Download Tab Shortcut is a Chrome extension developed by Daniel R., and its main feature is "Access the Download Tab on Chrome within a snap".
Extension Screenshots
Download Download Tab Shortcut Extension CRX File
Download Download Tab Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Access the Download Tab on Chrome within a snap. Open a new tab with the Download Tab directly from the Chrome address bar.
Extension Basic Information
Name | Download Tab Shortcut |
ID | icgllojphobcelnadkpnpakckhlmnoaa |
Official URL | https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa |
Description | Access the Download Tab on Chrome within a snap |
File Size | 25.74 KB |
Installation Count | 1,848 |
Current Version | 1.1 |
Last Updated | 2012-07-05 |
Publish Date | 2012-07-05 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Daniel R. |
Payment Type | free |
Supported Languages | 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" } } |