Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Wat is Tesla Forum Search?
Tesla Forum Search is een Chrome-extensie ontwikkeld door shaneosullivan1, en de belangrijkste functie is "Lets you search the forums on TeslaMotors.com".
Download het CRX-bestand van de extensie Tesla Forum Search
Download Tesla Forum Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
Officiële URL | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Beschrijving | Lets you search the forums on TeslaMotors.com |
Bestandsgrootte | 12.04 KB |
Aantal Installaties | 156 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2013-08-25 |
Publicatiedatum | 2013-08-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shaneosullivan1 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.maskmail.net/privacy_policy |
Ondersteunde Talen | 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 } } |