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 là gì?

Chevereto Uploader by Your-Pictionary.com là một tiện ích mở rộng Chrome được phát triển bởi http://www.your-pictionary.com, và tính năng chính của nó là "Upload your images with one click to your favorite Chevereto host and share it with your friends!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chevereto Uploader by Your-Pictionary.com

Tải xuống các tệp mở rộng Chevereto Uploader by Your-Pictionary.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chevereto Uploader by Your-Pictionary.com Chevereto Uploader by Your-Pictionary.com
ID memndahppdnephfcpklgnldajahnahfo
URL Chính Thức https://chrome.google.com/webstore/detail/chevereto-uploader-by-you/memndahppdnephfcpklgnldajahnahfo
Mô tả Upload your images with one click to your favorite Chevereto host and share it with your friends!
Kích Thước Tệp 161 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2015-07-17
Ngày Phát Hành 2015-07-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.your-pictionary.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.your-pictionary.com/
URL Trang Trợ Giúp http://www.your-pictionary.com/page/contact
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}