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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}