Flipper
This tool enables rotate and flip images on your browser.
什么是Flipper?
Flipper是由https://nakashima723.info开发的Chrome扩展程序,该扩展的主要功能是“This tool enables rotate and flip images on your browser.”。
扩展截图
下载Flipper扩展crx文件
下载Flipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool enables rotate and flip images on your browser.
扩展基本信息
名称 | Flipper |
ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf |
官方URL | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf |
简介 | This tool enables rotate and flip images on your browser. |
文件大小 | 52.71 KB |
安装次数 | 1,739 |
当前版本 | 1.2.2 |
更新时间 | 2022-06-23 |
上架时间 | 2016-10-22 |
评分 | 3.67/5 共3次评分 |
开发者 | https://nakashima723.info |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/nakashima723 |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.2", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "ja", "permissions": [ "storage" ], "icons": { "16": "images\/flipper_16.png", "48": "images\/flipper_48.png", "128": "images\/flipper_128.png" }, "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/\/*" ], "js": [ "js\/jquery.min.js", "js\/contents.js" ] } ], "browser_action": { "default_icon": "images\/flipper_16.png", "default_title": "\u30a8\u30ac\u30de\u30ef\u30fc\u30eb", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'" } |