Image Monkey
Manipulate all images on any page!
什么是Image Monkey?
Image Monkey是由tonygentilcore开发的Chrome扩展程序,该扩展的主要功能是“Manipulate all images on any page!”。
扩展截图
下载Image Monkey扩展crx文件
下载Image Monkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Manipulate all images on any web page. Includes sliders for: * blur * brightness * contrast * grayscale * hue * invert * saturate Open Source: https://github.com/tonygentilcore/image-monkey
扩展基本信息
名称 | Image Monkey |
ID | ialihlajejdcfojdhkemnemnjcfdmmbj |
官方URL | https://chromewebstore.google.com/detail/image-monkey/ialihlajejdcfojdhkemnemnjcfdmmbj |
简介 | Manipulate all images on any page! |
文件大小 | 30.61 KB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2019-05-28 |
上架时间 | 2019-05-28 |
评分 | 5.00/5 共1次评分 |
开发者 | tonygentilcore |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Monkey", "version": "1.0", "description": "Manipulate all images on any page!", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/image-monkey-16.png", "32": "images\/image-monkey-32.png", "48": "images\/image-monkey-48.png", "128": "images\/image-monkey-128.png" } }, "icons": { "16": "images\/image-monkey-16.png", "32": "images\/image-monkey-32.png", "48": "images\/image-monkey-48.png", "128": "images\/image-monkey-128.png" }, "manifest_version": 2 } |