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 De_zu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Little button to save images and webms in one click or with any hotkeys. Praise cute!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cute Save Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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