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 |
| Eメール | [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"
}
}
}
} | |