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开发的Chrome扩展程序,该扩展的主要功能是“Upload your images with one click to your favorite Chevereto host and share it with your friends!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Chevereto Uploader by Your-Pictionary.com扩展crx文件

下载Chevereto Uploader by Your-Pictionary.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}