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" } |