ImageScratch

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

什麼是ImageScratch?

ImageScratch是由ORG開發的Chrome擴展程式,該擴展的主要功能是“ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ImageScratch擴展crx文件

下載ImageScratch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
官方網址 https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
簡介 ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
檔案大小 165 KB
安裝次數 210
目前版本 1.3.4
更新時間 2014-01-03
上架時間 2014-01-03
評分 1.50/5 共 2 次評分
開發者 ORG
付費類型 free
支援的語言 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",
        "*:\/\/*\/*"
    ]
}