Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Cos'è Business to Burrito?
Business to Burrito è un'estensione di Chrome sviluppata da kerrizor, e la sua funzione principale è "A Chrome extension which replaces the word 'business' with 'burrito'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Business to Burrito
Scarica i file di estensione Business to Burrito in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
http://github.com/kerrizor/business_to_burrito
Informazioni di Base sull'Estensione
Nome | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
URL Ufficiale | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
Descrizione | A Chrome extension which replaces the word 'business' with 'burrito'. |
Dimensione del File | 226 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2017-01-03 |
Data di Pubblicazione | 2017-01-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | kerrizor |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |