Save Image Nao

Save images to custom locations from the context menu.

什么是Save Image Nao?

Save Image Nao是由wivb开发的Chrome扩展程序,该扩展的主要功能是“Save images to custom locations from the context menu.”。

扩展截图

screenshot
screenshot

下载Save Image Nao扩展crx文件

下载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.                    

扩展基本信息

名称 Save Image Nao Save Image Nao
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"
}