Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Tesla Forum Searchคืออะไร?
Tesla Forum Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaneosullivan1 และคุณลักษณะหลักของมันคือ "Lets you search the forums on TeslaMotors.com"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesla Forum Search
ดาวน์โหลดไฟล์ส่วนขยาย Tesla Forum Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension searches the Tesla Model S forum on teslamotors.com. Until Tesla provide a search feature for their forums, this is more or less the only way to search the forum posts effectively. If you are a Tesla Model S owner and logged in, this tool can also search private forum posts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
คำอธิบาย | Lets you search the forums on TeslaMotors.com |
ขนาดไฟล์ | 12.04 KB |
จำนวนการติดตั้ง | 156 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2013-08-25 |
วันที่เผยแพร่ | 2013-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | shaneosullivan1 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.maskmail.net/privacy_policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tesla Forum Search", "version": "0.6", "description": "Lets you search the forums on TeslaMotors.com", "permissions": [ "tabs", "storage", "http:\/\/www.teslamotors.com\/", "http:\/\/teslamotors.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "db.js", "pageFetcher.js", "crawler.js", "background.js" ], "persistent": true } } |