MTab
Just another newtab extension
MTabคืออะไร?
MTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wzhd.github.io และคุณลักษณะหลักของมันคือ "Just another newtab extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTab
ดาวน์โหลดไฟล์ส่วนขยาย MTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Phoenix Nemo(https://plus.google.com/+PhoenixNemo/posts) created this simple newtab extension to override the default one. A MIT-licensed open-source extension with code available at https://github.com/phoenixlzx/MTab Web UI devs needed, PRs welcome!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
คำอธิบาย | Just another newtab extension |
ขนาดไฟล์ | 8.93 MB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2014-07-14 |
วันที่เผยแพร่ | 2014-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://wzhd.github.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/phoenixlzx/MTab |
URL หน้าช่วยเหลือ | https://github.com/phoenixlzx/MTab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTab", "description": "Just another newtab extension", "version": "0.0.6", "manifest_version": 2, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "background": { "scripts": [ ".\/js\/jquery-2.1.1.min.js", ".\/js\/functions.js" ] }, "offline_enabled": true } |