Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Hvad er Business to Burrito?
Business to Burrito er en Chrome-udvidelse udviklet af kerrizor, og dens hovedfunktion er "A Chrome extension which replaces the word 'business' with 'burrito'.".
Udvidelsesskærmbilleder
Download Business to Burrito-udvidelses-CRX-fil
Download Business to Burrito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
http://github.com/kerrizor/business_to_burrito
Grundlæggende oplysninger om udvidelsen
Navn | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
Officiel URL | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
Beskrivelse | A Chrome extension which replaces the word 'business' with 'burrito'. |
Filstørrelse | 226 KB |
Antal Installationer | 27 |
Nuværende Version | 0.4 |
Senest Opdateret | 2017-01-03 |
Udgivelsesdato | 2017-01-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | kerrizor |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |