Save Image Nao
Save images to custom locations from the context menu.
Was ist Save Image Nao?
Save Image Nao ist eine Chrome-Erweiterung, die von wivb entwickelt wurde, und ihr Hauptmerkmal ist "Save images to custom locations from the context menu.".
Erweiterungsscreenshots
Save Image Nao-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Image Nao-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bifdbcaabdipllkidbgkndiichlfinbm |
| Offizielle URL | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
| Beschreibung | Save images to custom locations from the context menu. |
| Dateigröße | 19.49 KB |
| Installationsanzahl | 267 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2022-04-27 |
| Veröffentlichungsdatum | 2016-10-14 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | wivb |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |