Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Unicorn Replacer! क्या है?
Unicorn Replacer! scottrblock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unicorn Replacer! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's Andrew McKinley- https://thenounproject.com/term/unicorn/3364/
एक्सटेंशन की मूल जानकारी
नाम | Unicorn Replacer! |
ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
विवरण | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
फ़ाइल का आकार | 3.47 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-06-08 |
प्रकाशन तिथि | 2015-06-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | scottrblock |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/scottrblock/unicorn-replacer |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unicorn Replacer!", "version": "1.0", "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |