ImageScratch

ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.

ImageScratch là gì?

ImageScratch là một tiện ích mở rộng Chrome được phát triển bởi ORG, và tính năng chính của nó là "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ImageScratch

Tải xuống các tệp mở rộng ImageScratch 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

                        1. Open a web page with images (HTML IMG tags).
2. Click upper right ImageScratch icon (browser action icon).
3. Click an image on the opened list-view of images.
4. The image is drawn on the html5  element at new tab.
5. Scratch and get that via data URL.

Used Plugins: jQuery, sketch.js, Color Picker, spectrum.js                    

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

Tên ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
URL Chính Thức https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Mô tả ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
Kích Thước Tệp 165 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2014-01-03
Ngày Phát Hành 2014-01-03
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ORG
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ImageScratch",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png"
        },
        "default_title": "ImageScratch",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}