Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Apa itu Business to Burrito?
Business to Burrito adalah ekstensi Chrome yang dikembangkan oleh kerrizor, dan fitur utamanya adalah "A Chrome extension which replaces the word 'business' with 'burrito'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Business to Burrito
Unduh file ekstensi Business to Burrito dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
http://github.com/kerrizor/business_to_burrito
Informasi Dasar Ekstensi
Nama | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
URL Resmi | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
Deskripsi | A Chrome extension which replaces the word 'business' with 'burrito'. |
Ukuran File | 226 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2017-01-03 |
Tanggal Publikasi | 2017-01-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kerrizor |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |