Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Vad är Tesla Forum Search?
Tesla Forum Search är en Chrome-tillägg utvecklad av shaneosullivan1, och dess huvudfunktion är "Lets you search the forums on TeslaMotors.com".
Ladda ner Tesla Forum Search-förlängningens CRX-fil
Ladda ner Tesla Forum Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
Officiell webbadress | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Beskrivning | Lets you search the forums on TeslaMotors.com |
Filstorlek | 12.04 KB |
Antal Installationer | 156 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2013-08-25 |
Publiceringsdatum | 2013-08-25 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | shaneosullivan1 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.maskmail.net/privacy_policy |
Stödda Språk | 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 } } |