Save Image Nao
Save images to custom locations from the context menu.
Qu'est-ce que Save Image Nao ?
Save Image Nao est une extension Chrome développée par wivb, et sa fonction principale est "Save images to custom locations from the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save Image Nao
Téléchargez les fichiers d'extension Save Image Nao 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
Creates a context menu item for images that immediately saves the file to the Downloads folder (or a subdirectory of Downloads). The filename can be customized based on various placeholders.
Informations de Base sur l'Extension
Nom | Save Image Nao |
ID | bifdbcaabdipllkidbgkndiichlfinbm |
URL Officiel | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
Description | Save images to custom locations from the context menu. |
Taille du Fichier | 19.49 KB |
Nombre d'Installations | 267 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2022-04-27 |
Date de Publication | 2016-10-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | wivb |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "service_worker": "menus.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "description": "Save images to custom locations from the context menu.", "icons": { "128": "SaveImageRouter_128x128.png", "16": "SaveImageRouter_16x16.png", "48": "SaveImageRouter_48x48.png" }, "options_ui": { "page": "options.html" }, "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3, "name": "Save Image Nao", "permissions": [ "contextMenus", "downloads", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3" } |