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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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