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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } ] } |