Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
ما هو Business to Burrito؟
Business to Burrito هو إضافة Chrome تم تطويرها بواسطة kerrizor، والميزة الرئيسية لها هي "A Chrome extension which replaces the word 'business' with 'burrito'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Business to Burrito
قم بتنزيل ملفات الامتداد Business to Burrito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
http://github.com/kerrizor/business_to_burrito
معلومات أساسية عن التمديد
الاسم | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
الوصف | A Chrome extension which replaces the word 'business' with 'burrito'. |
حجم الملف | 226 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.4 |
آخر تحديث | 2017-01-03 |
تاريخ النشر | 2017-01-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | kerrizor |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } ] } |