SSS simple screenShot

This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…

SSS simple screenShot क्या है?

SSS simple screenShot rya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…"।

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

screenshot

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

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

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

                        This app will take a very simple screen shot . 

- To complete the operation in a single click . 
- The input of the file name to save is unnecessary . 
- This app does not require an extra action .                    

एक्सटेंशन की मूल जानकारी

नाम SSS simple screenShot SSS simple screenShot
ID impaaijendpdklkecfcgklimbmlddbdn
आधिकारिक URL https://chrome.google.com/webstore/detail/sss-%E8%B6%85%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%81%AA%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/impaaijendpdklkecfcgklimbmlddbdn
विवरण This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…
फ़ाइल का आकार 53.4 KB
स्थापना संख्या 59
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2016-06-02
प्रकाशन तिथि 2016-06-02
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर rya
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_048.png",
        "16": "images\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "ja",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "version": "0.2.1"
}