Easy Crop - Crop the web

Awesome tool for cropping and taking screenshots

Easy Crop - Crop the web क्या है?

Easy Crop - Crop the web RazieL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome tool for cropping and taking screenshots"।

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

screenshot
screenshot

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

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

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

                        Easy Crop - Awesome tool for cropping and taking screenshots
Dimesions are shown making taking the perfect picture super easy!

Hold shift + drag to select an area
CTRL + SHIFT + A to take a screen shot of the whole page


Thanks for using and i hope you enjoy this.
I would love to get some reviews or user feedback\suggestion on improving.


Like this extension ? buy me a coffee 
https://ko-fi.com/razielll                    

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

नाम Easy Crop - Crop the web Easy Crop - Crop the web
ID mncocmgajjjpnfkobgdelegiogknodfn
आधिकारिक URL https://chromewebstore.google.com/detail/easy-crop-crop-the-web/mncocmgajjjpnfkobgdelegiogknodfn
विवरण Awesome tool for cropping and taking screenshots
फ़ाइल का आकार 27.21 KB
स्थापना संख्या 941
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-01-12
प्रकाशन तिथि 2020-01-12
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर RazieL
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Crop - Crop the web",
    "short_name": "EZ Crop - Crop & Screenshot",
    "version": "1.0.3",
    "description": "Awesome tool for cropping and taking screenshots",
    "author": "Anton Stoliarchuk",
    "icons": {
        "16": "images\/w16.png",
        "32": "images\/w32.png",
        "48": "images\/w32.png",
        "128": "images\/w128.png"
    },
    "browser_action": {
        "default_icon": "images\/w32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "script.js"
            ]
        }
    ],
    "offline_enabled": true,
    "signature": "RazieL"
}