Flight Rising Helper
This extension currently only helps with "Tomo's Trivia Tablet"
Flight Rising Helperคืออะไร?
Flight Rising Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MikeD และคุณลักษณะหลักของมันคือ "This extension currently only helps with "Tomo's Trivia Tablet""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flight Rising Helper
ดาวน์โหลดไฟล์ส่วนขยาย Flight Rising Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides answers for "Tomo's Trivia Tablet" questions on Flight Rising. Answers taken from this forum post: http://www1.flightrising.com/forums/gde/1128248/1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjbipddhaligoincenamfafpljajihdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flight-rising-helper/fjbipddhaligoincenamfafpljajihdn |
คำอธิบาย | This extension currently only helps with "Tomo's Trivia Tablet" |
ขนาดไฟล์ | 99.15 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2016-03-02 |
วันที่เผยแพร่ | 2016-03-02 |
คะแนน | 4.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | MikeD |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flight Rising Helper", "version": "0.0.5", "manifest_version": 2, "description": "This extension currently only helps with \"Tomo's Trivia Tablet\"", "homepage_url": "http:\/\/github.com\/salakar", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contextMenus", "http:\/\/flightrising.com\/*", "https:\/\/flightrising.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/flightrising.com\/*", "https:\/\/flightrising.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/flightrising.com\/*", "https:\/\/flightrising.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |