Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Vad är Unicorn Replacer!?
Unicorn Replacer! är en Chrome-tillägg utvecklad av scottrblock, och dess huvudfunktion är "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".
Tilläggsskärmbilder
Ladda ner Unicorn Replacer!-förlängningens CRX-fil
Ladda ner Unicorn Replacer!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
| Officiell webbadress | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
| Beskrivning | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
| Filstorlek | 3.47 KB |
| Antal Installationer | 34 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-06-08 |
| Publiceringsdatum | 2015-06-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | scottrblock |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/scottrblock/unicorn-replacer |
| Stödda Språk | 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"
}
]
} | |