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 |
官方網址 | 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 } } |