ImageScratch
ImageScratch is the HTML5
什么是ImageScratch?
ImageScratch是由ORG开发的Chrome扩展程序,该扩展的主要功能是“ImageScratch is the HTML5
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | gfgcencomiikhbpopnbelfiihiahngdp |
| 官方URL | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
| 简介 | ImageScratch is the HTML5 |
| 文件大小 | 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",
"*:\/\/*\/*"
]
} | |