Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

Full Page Screenshots by IMG42 क्या है?

Full Page Screenshots by IMG42 icodeforlove द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability."।

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

screenshot
screenshot

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

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

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

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

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

नाम Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
आधिकारिक URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
विवरण Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
फ़ाइल का आकार 15.49 KB
स्थापना संख्या 333
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-07-02
प्रकाशन तिथि 2017-07-02
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर icodeforlove
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://img42.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}