Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Wat is Business to Burrito?
Business to Burrito is een Chrome-extensie ontwikkeld door kerrizor, en de belangrijkste functie is "A Chrome extension which replaces the word 'business' with 'burrito'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Business to Burrito
Download Business to Burrito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
http://github.com/kerrizor/business_to_burrito Basisinformatie over de Extensie
| Naam | |
| ID | mklnohaomoachkljliheemednbedbaog |
| Officiële URL | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
| Beschrijving | A Chrome extension which replaces the word 'business' with 'burrito'. |
| Bestandsgrootte | 226 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2017-01-03 |
| Publicatiedatum | 2017-01-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | kerrizor |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |