Downloads Folder Launcher
Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
Downloads Folder Launcher là gì?
Downloads Folder Launcher là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Downloads Folder Launcher
Tải xuống các tệp mở rộng Downloads Folder Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Downloads Folder Launcher |
ID | gmhianpphjibhflcnebkmkkdojjigbjd |
URL Chính Thức | https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd |
Mô tả | Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J. |
Kích Thước Tệp | 11.94 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-10-20 |
Ngày Phát Hành | 2017-09-25 |
Đánh Giá | 4.53/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/chromebook-download-folder-launcher/ |
URL Trang Trợ Giúp | https://browsernative.com/chromebook-download-folder-launcher/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |