Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Cos'è Tesla Forum Search?
Tesla Forum Search è un'estensione di Chrome sviluppata da shaneosullivan1, e la sua funzione principale è "Lets you search the forums on TeslaMotors.com".
Scarica il file CRX dell'estensione Tesla Forum Search
Scarica i file di estensione Tesla Forum Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
URL Ufficiale | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Descrizione | Lets you search the forums on TeslaMotors.com |
Dimensione del File | 12.04 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2013-08-25 |
Data di Pubblicazione | 2013-08-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | shaneosullivan1 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.maskmail.net/privacy_policy |
Lingue Supportate | 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 } } |