Likz.Me - Photo Sharing

Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload

Likz.Me - Photo Sharing क्या है?

Likz.Me - Photo Sharing https://likz.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload"।

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

screenshot

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

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

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

                                            

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

नाम Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
आधिकारिक URL https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
विवरण Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
फ़ाइल का आकार 526 KB
स्थापना संख्या 19
वर्तमान संस्करण 3.2.2
अंतिम अपडेट 2014-09-30
प्रकाशन तिथि 2014-09-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://likz.me
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://likz.me
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/chrome.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Capture visible content \/ region of a web page, or the whole page. Edit your image \/ screenshot with our tools and upload",
    "homepage_url": "https:\/\/likz.me",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon19.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Likz.Me - Photo Sharing",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "activeTab",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.2"
}