Save Image Nao
Save images to custom locations from the context menu.
Co to jest Save Image Nao?
Save Image Nao to rozszerzenie Chrome opracowane przez wivb, a jego główną funkcją jest „Save images to custom locations from the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save Image Nao
Pobierz pliki rozszerzeń Save Image Nao w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bifdbcaabdipllkidbgkndiichlfinbm |
| Oficjalny URL | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
| Opis | Save images to custom locations from the context menu. |
| Rozmiar pliku | 19.49 KB |
| Liczba instalacji | 267 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2022-04-27 |
| Data Publikacji | 2016-10-14 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | wivb |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |