Image Flip
Flip image on hover.
什么是Image Flip?
Image Flip是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Flip image on hover.”。
扩展截图
下载Image Flip扩展crx文件
下载Image Flip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Want to add a little entertainment to your page? Use this extension to flip image on the page ... the results can be truly entertaining!
扩展基本信息
名称 | Image Flip |
ID | pkbhkhbgdaamliaimlpdlhokkecoibka |
官方URL | https://chromewebstore.google.com/detail/image-flip/pkbhkhbgdaamliaimlpdlhokkecoibka |
简介 | Flip image on hover. |
文件大小 | 41.93 KB |
安装次数 | 1,285 |
当前版本 | 0.1 |
更新时间 | 2014-01-02 |
上架时间 | 2014-01-02 |
评分 | 2.00/5 共5次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Flip", "description": "Flip image on hover.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "extension.css" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ] } ] } |