Tesla Forum Search
Lets you search the forums on TeslaMotors.com
What is Tesla Forum Search?
Tesla Forum Search is a Chrome extension developed by shaneosullivan1, and its main feature is "Lets you search the forums on TeslaMotors.com".
Download Tesla Forum Search Extension CRX File
Download Tesla Forum Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
Official URL | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Description | Lets you search the forums on TeslaMotors.com |
File Size | 12.04 KB |
Installation Count | 156 |
Current Version | 0.6 |
Last Updated | 2013-08-25 |
Publish Date | 2013-08-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | shaneosullivan1 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.maskmail.net/privacy_policy |
Supported Languages | 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 } } |