Translator for the Breed Bootloader
More informations at https://github.com/szsoftware/breed-translator.
Translator for the Breed Bootloaderคืออะไร?
Translator for the Breed Bootloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย szsoftware และคุณลักษณะหลักของมันคือ "More informations at https://github.com/szsoftware/breed-translator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translator for the Breed Bootloader
ดาวน์โหลดไฟล์ส่วนขยาย Translator for the Breed Bootloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Translator for the Breed Bootloader |
ID | hmkkdkhgadgmaplnhahncddmmcdegjhi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/translator-for-the-breed/hmkkdkhgadgmaplnhahncddmmcdegjhi |
คำอธิบาย | More informations at https://github.com/szsoftware/breed-translator. |
ขนาดไฟล์ | 4.32 KB |
จำนวนการติดตั้ง | 1,578 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2016-07-01 |
วันที่เผยแพร่ | 2016-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | szsoftware |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/szsoftware/breed-translator |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "name": "Translator for the Breed Bootloader", "short_name": "Breed Translator", "description": "More informations at https:\/\/github.com\/szsoftware\/breed-translator.", "permissions": [ "http:\/\/192.168.1.1\/*" ], "content_scripts": [ { "matches": [ "http:\/\/192.168.1.1\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |