Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Что такое Unicorn Replacer!?
Unicorn Replacer! - это расширение Chrome, разработанное scottrblock, и его основная функция - "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".
Снимки экрана расширения
Скачать файл CRX расширения Unicorn Replacer!
Скачайте файлы расширений Unicorn Replacer! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ Основная информация о расширении
| Название | |
| 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"
}
]
} | |