Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Cos'è Unicorn Replacer!?
Unicorn Replacer! è un'estensione di Chrome sviluppata da scottrblock, e la sua funzione principale è "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unicorn Replacer!
Scarica i file di estensione Unicorn Replacer! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
| URL Ufficiale | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
| Descrizione | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
| Dimensione del File | 3.47 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-06-08 |
| Data di Pubblicazione | 2015-06-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | scottrblock |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/scottrblock/unicorn-replacer |
| Lingue Supportate | 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"
}
]
} | |