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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } } |