Tesla Forum Search

Lets you search the forums on TeslaMotors.com

什么是Tesla Forum Search?

Tesla Forum Search是由shaneosullivan1开发的Chrome扩展程序,该扩展的主要功能是“Lets you search the forums on TeslaMotors.com”。

下载Tesla Forum Search扩展crx文件

下载Tesla Forum Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}