ScreenCapture

ScreenCapture

ScreenCapture क्या है?

ScreenCapture yingshangmx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ScreenCapture"।

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

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

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

                                            

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

नाम ScreenCapture ScreenCapture
ID oepbcjjbipfaecfbpmimikkkiioelaii
आधिकारिक URL https://chromewebstore.google.com/detail/screencapture/oepbcjjbipfaecfbpmimikkkiioelaii
विवरण ScreenCapture
फ़ाइल का आकार 151 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.6
अंतिम अपडेट 2018-01-22
प्रकाशन तिथि 2018-01-22
डेवलपर yingshangmx
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ScreenCapture"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/mx\/jquery.js",
                "scripts\/mx\/controller.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "ScreenCapture",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "ScreenCapture",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage",
        "notifications",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "version": "1.6"
}