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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}