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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}