Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Что такое Business to Burrito?
Business to Burrito - это расширение Chrome, разработанное kerrizor, и его основная функция - "A Chrome extension which replaces the word 'business' with 'burrito'.".
Снимки экрана расширения
Скачать файл CRX расширения Business to Burrito
Скачайте файлы расширений Business to Burrito в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
http://github.com/kerrizor/business_to_burrito Основная информация о расширении
| Название | |
| ID | mklnohaomoachkljliheemednbedbaog |
| Официальный URL | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
| Описание | A Chrome extension which replaces the word 'business' with 'burrito'. |
| Размер файла | 226 KB |
| Количество установок | 27 |
| Текущая Версия | 0.4 |
| Последнее Обновление | 2017-01-03 |
| Дата публикации | 2017-01-03 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | kerrizor |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Business to Burrito",
"description": "A Chrome extension which replaces the word 'business' with 'burrito'.",
"version": "0.4",
"author": "Kerri Miller",
"homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito",
"short_name": "Business to Burrito",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |