Downloads Folder Launcher
Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
What is Downloads Folder Launcher?
Downloads Folder Launcher is a Chrome extension developed by https://browsernative.com, and its main feature is "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".
Extension Screenshots
Download Downloads Folder Launcher Extension CRX File
Download Downloads Folder Launcher 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
Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.
Extension Basic Information
Name | Downloads Folder Launcher |
ID | gmhianpphjibhflcnebkmkkdojjigbjd |
Official URL | https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd |
Description | Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J. |
File Size | 11.94 KB |
Installation Count | 10,000 |
Current Version | 1.0.0 |
Last Updated | 2023-10-20 |
Publish Date | 2017-09-25 |
Rating | 4.53/5 Total 30 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/chromebook-download-folder-launcher/ |
Help Page URL | https://browsernative.com/chromebook-download-folder-launcher/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "128": "static\/icon-128.png", "48": "static\/icon-48.png", "16": "static\/icon-16.png" }, "default_title": "Open 'Downloads' Folder" }, "description": "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.", "homepage_url": "https:\/\/browsernative.com\/chromebook-download-folder-launcher\/", "icons": { "128": "static\/icon-128.png", "48": "static\/icon-48.png", "16": "static\/icon-16.png" }, "manifest_version": 3, "name": "Downloads Folder Launcher", "offline_enabled": true, "permissions": [ "downloads" ], "version": "1.0.0", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+J" } } } } |