Downloads Folder Launcher
Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
什么是Downloads Folder Launcher?
Downloads Folder Launcher是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.”。
扩展截图
下载Downloads Folder Launcher扩展crx文件
下载Downloads Folder Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J. 扩展基本信息
| 名称 | |
| ID | gmhianpphjibhflcnebkmkkdojjigbjd |
| 官方URL | https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd |
| 简介 | Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J. |
| 文件大小 | 11.94 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-10-20 |
| 上架时间 | 2017-09-25 |
| 评分 | 4.53/5 共30次评分 |
| 开发者 | https://browsernative.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/chromebook-download-folder-launcher/ |
| 帮助页面URL | https://browsernative.com/chromebook-download-folder-launcher/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | 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"
}
}
}
} | |