Turn images upside down
Turn images upside down
什么是Turn images upside down?
Turn images upside down是由lu1s开发的Chrome扩展程序,该扩展的主要功能是“Turn images upside down”。
扩展截图
下载Turn images upside down扩展crx文件
下载Turn images upside down扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension, when clicked, will turn every image upside down usign css rotate and a transition effect. When clicking again, it will turn them back to their original position.
扩展基本信息
名称 | Turn images upside down |
ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
官方URL | https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin |
简介 | Turn images upside down |
文件大小 | 27.05 KB |
安装次数 | 39 |
当前版本 | 0.0.1 |
更新时间 | 2020-04-02 |
上架时间 | 2020-03-27 |
评分 | 5.00/5 共1次评分 |
开发者 | lu1s |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turn images upside down", "version": "0.0.1", "manifest_version": 2, "description": "Turn images upside down", "homepage_url": "http:\/\/luispulido.com", "icons": { "16": "favicon-16.png", "48": "favicon-48.png", "128": "favicon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Turn images upside down" }, "permissions": [ "activeTab" ] } |