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 |
官方網址 | 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" } |