Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Was ist Unicorn Replacer!?
Unicorn Replacer! ist eine Chrome-Erweiterung, die von scottrblock entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".
Erweiterungsscreenshots
Unicorn Replacer!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unicorn Replacer!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Unicorn Replacer! |
ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
Offizielle URL | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
Beschreibung | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
Dateigröße | 3.47 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-06-08 |
Veröffentlichungsdatum | 2015-06-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | scottrblock |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/scottrblock/unicorn-replacer |
Unterstützte Sprachen | 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" } ] } |