MyTab: Goal
Join the Goal team! Get all the latest news and gossip before anybody else
MyTab: Goalคืออะไร?
MyTab: Goal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mytab.net และคุณลักษณะหลักของมันคือ "Join the Goal team! Get all the latest news and gossip before anybody else"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyTab: Goal
ดาวน์โหลดไฟล์ส่วนขยาย MyTab: Goal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Join the Goal team! Get all the latest news and gossip before anybody else. Live match alerts, live social highlights, latest match results.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyTab: Goal |
ID | mgfjlgfockcjdgpbgljacfjdaekcfgjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mytab-goal/mgfjlgfockcjdgpbgljacfjdaekcfgjc |
คำอธิบาย | Join the Goal team! Get all the latest news and gossip before anybody else |
ขนาดไฟล์ | 793 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2017-05-30 |
วันที่เผยแพร่ | 2017-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.mytab.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyTab: Goal", "short_name": "MyTab: Goal", "manifest_version": 2, "version": "1.4", "description": "Join the Goal team! Get all the latest news and gossip before anybody else", "chrome_url_overrides": { "newtab": "myPage.html" }, "permissions": [ "tabs", "http:\/\/www.mytab.net\/", "storage", "unlimitedStorage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png" }, "web_accessible_resources": [ "icon_16.png" ], "chrome_settings_overrides": { "search_provider": { "name": "name.my-tab", "keyword": "keyword.my-tab", "is_default": true, "encoding": "UTF-8", "search_url": "http:\/\/www.mytab.net\/search\/address_line\/{searchTerms}?ext=Goal", "favicon_url": "http:\/\/www.mytab.net\/favicon.ico", "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}" } }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] } } |