Tesla Forum Enhancement Suite

Browser extension for enhancing the Tesla Forum.

什么是Tesla Forum Enhancement Suite?

Tesla Forum Enhancement Suite是由bdrathburn开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for enhancing the Tesla Forum.”。

下载Tesla Forum Enhancement Suite扩展crx文件

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

扩展使用说明

                        (Formerly Tesla Forum Personal Blocklist)
This extension is used as an enhancement to the official Tesla forum site.

To block/hide a users posts:
When viewing a thread where the user has posted highlight the desired username on the post
Right click
Click on "Hide posts from user"

The posts from the user should be hidden immediately.
Your personal blocklist should sync across chrome sessions if you are signed in on multiple machines.
To view or clear block list use the options screen for the extension page. 

This extension also includes a number of visual enhancements including a search bar, 1st post link, comment link, and other css tweaks to improve usability and readability of the forum.

Thanks to JeffreyR from the Tesla Forum for his continued contribution to this project.                    

扩展基本信息

名称 Tesla Forum Enhancement Suite Tesla Forum Enhancement Suite
ID hkbifhpnajcifmkpgmbnhkfipjbkbfcl
官方URL https://chromewebstore.google.com/detail/tesla-forum-enhancement-s/hkbifhpnajcifmkpgmbnhkfipjbkbfcl
简介 Browser extension for enhancing the Tesla Forum.
文件大小 7.72 KB
安装次数 180
当前版本 1.0.4
更新时间 2016-09-18
上架时间 2016-09-18
评分 5.00/5 共2次评分
开发者 bdrathburn
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tesla Forum Enhancement Suite",
    "version": "1.0.4",
    "description": "Browser extension for enhancing the Tesla Forum.",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/forums.tesla.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}