Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Qu'est-ce que Tesla Forum Search ?
Tesla Forum Search est une extension Chrome développée par shaneosullivan1, et sa fonction principale est "Lets you search the forums on TeslaMotors.com".
Télécharger le fichier CRX de l'extension Tesla Forum Search
Téléchargez les fichiers d'extension Tesla Forum Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
URL Officiel | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Description | Lets you search the forums on TeslaMotors.com |
Taille du Fichier | 12.04 KB |
Nombre d'Installations | 156 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2013-08-25 |
Date de Publication | 2013-08-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | shaneosullivan1 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.maskmail.net/privacy_policy |
Langues Prises en Charge | 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 } } |