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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Chevereto Uploader by Your-Pictionary.com

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}