Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Tesla Forum Search là gì?
Tesla Forum Search là một tiện ích mở rộng Chrome được phát triển bởi shaneosullivan1, và tính năng chính của nó là "Lets you search the forums on TeslaMotors.com".
Tải xuống tệp CRX của tiện ích mở rộng Tesla Forum Search
Tải xuống các tệp mở rộng Tesla Forum Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
URL Chính Thức | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Mô tả | Lets you search the forums on TeslaMotors.com |
Kích Thước Tệp | 12.04 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2013-08-25 |
Ngày Phát Hành | 2013-08-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | shaneosullivan1 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.maskmail.net/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |