Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Co to jest Business to Burrito?
Business to Burrito to rozszerzenie Chrome opracowane przez kerrizor, a jego główną funkcją jest „A Chrome extension which replaces the word 'business' with 'burrito'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Business to Burrito
Pobierz pliki rozszerzeń Business to Burrito w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
http://github.com/kerrizor/business_to_burrito Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mklnohaomoachkljliheemednbedbaog |
| Oficjalny URL | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
| Opis | A Chrome extension which replaces the word 'business' with 'burrito'. |
| Rozmiar pliku | 226 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 0.4 |
| Ostatnia Aktualizacja | 2017-01-03 |
| Data Publikacji | 2017-01-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | kerrizor |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |