Tesla Forum Search

Lets you search the forums on TeslaMotors.com

Co to jest Tesla Forum Search?

Tesla Forum Search to rozszerzenie Chrome opracowane przez shaneosullivan1, a jego główną funkcją jest „Lets you search the forums on TeslaMotors.com”.

Pobierz plik CRX rozszerzenia Tesla Forum Search

Pobierz pliki rozszerzeń Tesla Forum Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tesla Forum Search Tesla Forum Search
ID ejeomehgfbgdeefpjnpbpiopckcebnin
Oficjalny URL https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin
Opis Lets you search the forums on TeslaMotors.com
Rozmiar pliku 12.04 KB
Liczba instalacji 156
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2013-08-25
Data Publikacji 2013-08-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper shaneosullivan1
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.maskmail.net/privacy_policy
Obsługiwane Języki 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
    }
}