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
公式URL 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",
        "*:\/\/*\/*"
    ]
}