Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Vad är Business to Burrito?
Business to Burrito är en Chrome-tillägg utvecklad av kerrizor, och dess huvudfunktion är "A Chrome extension which replaces the word 'business' with 'burrito'.".
Tilläggsskärmbilder
Ladda ner Business to Burrito-förlängningens CRX-fil
Ladda ner Business to Burrito-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
http://github.com/kerrizor/business_to_burrito
Grundläggande Information om Tillägg
Namn | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
Officiell webbadress | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
Beskrivning | A Chrome extension which replaces the word 'business' with 'burrito'. |
Filstorlek | 226 KB |
Antal Installationer | 27 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2017-01-03 |
Publiceringsdatum | 2017-01-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | kerrizor |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |