Cute Save Button

Little button to save images and webms in one click or with any hotkeys. Praise cute!

Cute Save Buttonคืออะไร?

Cute Save Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย De_zu และคุณลักษณะหลักของมันคือ "Little button to save images and webms in one click or with any hotkeys. Praise cute!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cute Save Button

ดาวน์โหลดไฟล์ส่วนขยาย Cute Save Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This button will appear on any image/video under your mouse cursor so you could quickly save it in one click or with custom hotkeys, no popups, no menus, no needless movements.

Click on the button or simply press Space when the button is appeared to save the file.

You can set any amount of save locations accessible via customizable hotkeys.

- right click (or Ctrl+Space) to save with original filename (works on most popular imageboards)
- middle click to save the file and copy its url to clipboard
- you can set your custom icon so the button would be even more cuter (or not)
- always downloads original full-sized images (currently supported: vk, twitter, tumblr, instagram)
- Alt+Q to hide the button
- hold Shift for "deep scan" (checks for background-image and ignores filtering by image size)
- hold Ctrl to prevent button from hiding (can be useful if button somehow appeared outside of the image area)
- make sure your hotkey won't interfere with browser reserved hotkeys                    

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

ชื่อ Cute Save Button Cute Save Button
ID foblnmhpgiilabdcbnfgoheplajhompg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cute-save-button/foblnmhpgiilabdcbnfgoheplajhompg
คำอธิบาย Little button to save images and webms in one click or with any hotkeys. Praise cute!
ขนาดไฟล์ 42.49 KB
จำนวนการติดตั้ง 3,551
เวอร์ชันปัจจุบัน 0.8.2
อัปเดตครั้งล่าสุด 2023-05-14
วันที่เผยแพร่ 2018-10-30
คะแนน 4.68/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา De_zu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.mozilla.org/en-US/firefox/addon/cute-save-button/
URL หน้าช่วยเหลือ https://github.com/Dezaimasu/cute-button
ภาษาที่รองรับ en,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cute Save Button",
    "version": "0.8.2",
    "description": "__MSG_extensionDescription__",
    "author": "Deil",
    "default_locale": "en",
    "icons": {
        "48": "bestgirl.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/settings-default.js",
            "js\/background.js",
            "js\/download.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bestgirl.png"
    ],
    "options_ui": {
        "page": "settings.html"
    },
    "browser_action": {
        "default_icon": {
            "48": "bestgirl.png"
        }
    }
}