Flying Unicorn
Inserts a unicorn into your page!
什么是Flying Unicorn?
Flying Unicorn是由justintieu开发的Chrome扩展程序,该扩展的主要功能是“Inserts a unicorn into your page!”。
扩展截图
下载Flying Unicorn扩展crx文件
下载Flying Unicorn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click U to add a unicorn into the page. Click C to remove all of the unicorns. You can now configure the unicorn image and which keys are pressed through the options page! I will be providing release notes on my website about any updates I make. If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues
扩展基本信息
名称 | Flying Unicorn |
ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
官方URL | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
简介 | Inserts a unicorn into your page! |
文件大小 | 43.64 KB |
安装次数 | 1,220 |
当前版本 | 0.0.3 |
更新时间 | 2017-12-14 |
上架时间 | 2017-12-14 |
评分 | 4.33/5 共3次评分 |
开发者 | justintieu |
付费类型 | free |
扩展官网 | https://github.com/justintieu/flying-unicorn/ |
帮助页面URL | https://github.com/justintieu/flying-unicorn/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flying Unicorn", "version": "0.0.3", "manifest_version": 2, "description": "Inserts a unicorn into your page!", "homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/* ", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "options_page": "src\/options\/index.html" } |