Tesla Forum Search

Lets you search the forums on TeslaMotors.com

Tesla Forum Search क्या है?

Tesla Forum Search shaneosullivan1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you search the forums on TeslaMotors.com"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tesla Forum Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Tesla Forum Search Tesla Forum Search
ID ejeomehgfbgdeefpjnpbpiopckcebnin
आधिकारिक URL https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin
विवरण Lets you search the forums on TeslaMotors.com
फ़ाइल का आकार 12.04 KB
स्थापना संख्या 156
वर्तमान संस्करण 0.6
अंतिम अपडेट 2013-08-25
प्रकाशन तिथि 2013-08-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर shaneosullivan1
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.maskmail.net/privacy_policy
समर्थित भाषाएँ 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
    }
}