Save to folder from context menu
Quickly download stuff to your pre-chosen folders from the comfort of your context menu!
Qu'est-ce que Save to folder from context menu ?
Save to folder from context menu est une extension Chrome développée par EdJr, et sa fonction principale est "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to folder from context menu
Téléchargez les fichiers d'extension Save to folder from context menu 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
**NOTE**: For security reasons, Chrome doesn't allow extensions to do certain things, such as choosing arbitrary download locations or disabling the "save as" dialog. But you can do it! I believe in you! Just read on. How to use, step-by-step: 1. In the extension's settings page, set up a list of folders. These will appear on your context menu so you can download stuff directly to them. 2... Uhh, that's it. ** FAQ ** * How do I download to locations outside the default downloads folder? You just need to set up symlinks (for more info, just head to the settings page after you install the extension). * How do I get rid of the "save as" dialog? Just head to your browser's preferences and disable this feature. * I find this extension so outrageously stupid. What should I do? Feel free to complain at: https://github.com/edjroot/webext-save-to-folder/issues
Informations de Base sur l'Extension
Nom | Save to folder from context menu |
ID | pdlkjdlbjjfmlfhijdbdpkilpdoncgdk |
URL Officiel | https://chromewebstore.google.com/detail/save-to-folder-from-conte/pdlkjdlbjjfmlfhijdbdpkilpdoncgdk |
Description | Quickly download stuff to your pre-chosen folders from the comfort of your context menu! |
Taille du Fichier | 99.7 KB |
Nombre d'Installations | 591 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2019-05-31 |
Date de Publication | 2019-05-31 |
Évaluation | 3.29/5 Total 28 Évaluations |
Développeur | EdJr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/edjroot/webext-save-to-folder |
URL de la Page d'Aide | https://github.com/edjroot/webext-save-to-folder |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5", "applications": { "gecko": { "id": "{b313b32e-777e-458a-aa00-0f6991e515ec}" } }, "name": "Save to folder from context menu", "description": "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!", "icons": [], "permissions": [ "storage", "downloads", "contextMenus" ], "background": { "scripts": [ "is.js", "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |