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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
(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 |
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" ] } } |