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