Tesla Forum Search

Lets you search the forums on TeslaMotors.com

Apa itu Tesla Forum Search?

Tesla Forum Search adalah ekstensi Chrome yang dikembangkan oleh shaneosullivan1, dan fitur utamanya adalah "Lets you search the forums on TeslaMotors.com".

Unduh Berkas CRX Ekstensi Tesla Forum Search

Unduh file ekstensi Tesla Forum Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tesla Forum Search Tesla Forum Search
ID ejeomehgfbgdeefpjnpbpiopckcebnin
URL Resmi https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin
Deskripsi Lets you search the forums on TeslaMotors.com
Ukuran File 12.04 KB
Jumlah Instalasi 156
Versi Saat Ini 0.6
Terakhir Diperbarui 2013-08-25
Tanggal Publikasi 2013-08-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang shaneosullivan1
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.maskmail.net/privacy_policy
Bahasa yang Didukung 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
    }
}