Flying Unicorn
Inserts a unicorn into your page!
Flying Unicorn क्या है?
Flying Unicorn justintieu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inserts a unicorn into your page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flying Unicorn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |