Fix my Title
Enter your title and it will be corrected as you type!
Fix my Titleคืออะไร?
Fix my Title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tylucaskelley.com และคุณลักษณะหลักของมันคือ "Enter your title and it will be corrected as you type!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix my Title
ดาวน์โหลดไฟล์ส่วนขยาย Fix my Title ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
คำอธิบาย | Enter your title and it will be corrected as you type! |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-11-13 |
วันที่เผยแพร่ | 2014-11-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://tylucaskelley.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tylucaskelley/fix-my-title |
URL หน้าช่วยเหลือ | https://github.com/tylucaskelley/fix-my-title |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |