Chevereto Uploader by Your-Pictionary.com

Upload your images with one click to your favorite Chevereto host and share it with your friends!

Chevereto Uploader by Your-Pictionary.com क्या है?

Chevereto Uploader by Your-Pictionary.com http://www.your-pictionary.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload your images with one click to your favorite Chevereto host and share it with your friends!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is an extension for the Chevereto image host script (https://chevereto.com/). Your-Pictionary.com, is a free image hosting and sharing website based on Chevereto.

This extension allows you to save time creating screenshots of websites. It has also a build in editor to edit your images before you upload the image to your favorite image host.

Changelog:
01.03.2015 (1.2.3):
     - Added https support.
     - You can chose between image URL and image link for your uploads.                    

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

नाम Chevereto Uploader by Your-Pictionary.com Chevereto Uploader by Your-Pictionary.com
ID memndahppdnephfcpklgnldajahnahfo
आधिकारिक URL https://chrome.google.com/webstore/detail/chevereto-uploader-by-you/memndahppdnephfcpklgnldajahnahfo
विवरण Upload your images with one click to your favorite Chevereto host and share it with your friends!
फ़ाइल का आकार 161 KB
स्थापना संख्या 120
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2015-07-17
प्रकाशन तिथि 2015-07-17
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर http://www.your-pictionary.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.your-pictionary.com/
सहायता पृष्ठ URL http://www.your-pictionary.com/page/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chevereto Uploader by Your-Pictionary.com",
    "author": "Sven Bloch",
    "homepage_url": "http:\/\/www.your-pictionary.com\/",
    "short_name": "Chevereto Uploader",
    "description": "Upload your images with one click to your favorite Chevereto host and share it with your friends!",
    "version": "1.2.4",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/content.js",
                "js\/area.js"
            ]
        }
    ]
}