Downloads Folder Launcher
Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
Qu'est-ce que Downloads Folder Launcher ?
Downloads Folder Launcher est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads Folder Launcher
Téléchargez les fichiers d'extension Downloads Folder Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.
Informations de Base sur l'Extension
Nom | Downloads Folder Launcher |
ID | gmhianpphjibhflcnebkmkkdojjigbjd |
URL Officiel | https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd |
Description | Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J. |
Taille du Fichier | 11.94 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-10-20 |
Date de Publication | 2017-09-25 |
Évaluation | 4.53/5 Total 30 Évaluations |
Développeur | https://browsernative.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/chromebook-download-folder-launcher/ |
URL de la Page d'Aide | https://browsernative.com/chromebook-download-folder-launcher/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | 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" } } } } |