Mouse Tab
Simple and powerful new tab page
Mouse Tabคืออะไร?
Mouse Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://newtab.ml และคุณลักษณะหลักของมันคือ "Simple and powerful new tab page"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse Tab
ดาวน์โหลดไฟล์ส่วนขยาย Mouse Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MouseTab - light-weight and beautiful chrome tab extension. It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. Note: MouseTab changes your default search and new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
คำอธิบาย | Simple and powerful new tab page |
ขนาดไฟล์ | 24.13 KB |
จำนวนการติดตั้ง | 769 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-10-30 |
วันที่เผยแพร่ | 2015-10-30 |
ผู้พัฒนา | http://newtab.ml |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "http:\/\/newtab.ml\/favicon.png", "is_default": true, "keyword": "newtab.ml", "name": "Mouse Tab", "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "description": "Simple and powerful new tab page", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "Mouse Tab", "permissions": [ "topSites", "storage", "https:\/\/clients1.google.com\/", "https:\/\/ajax.googleapis.com\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |