Save Image Nao
Save images to custom locations from the context menu.
Что такое Save Image Nao?
Save Image Nao - это расширение Chrome, разработанное wivb, и его основная функция - "Save images to custom locations from the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Save Image Nao
Скачайте файлы расширений Save Image Nao в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | bifdbcaabdipllkidbgkndiichlfinbm |
| Официальный URL | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
| Описание | Save images to custom locations from the context menu. |
| Размер файла | 19.49 KB |
| Количество установок | 267 |
| Текущая Версия | 0.0.3 |
| Последнее Обновление | 2022-04-27 |
| Дата публикации | 2016-10-14 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | wivb |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
} | |