V2Ext
V2EX 社区功能增强扩展
V2Ext란 무엇입니까?
V2Ext은(는) tor.browser.bridge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "V2EX 社区功能增强扩展"입니다.
확장 프로그램 스크린샷
V2Ext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
V2EX.COM 网站体验提升扩展,目前支持功能: 1. 只看楼主 2. 用户名片 3. 自定义搜索引擎 4. 自定义楼主回复背景色 更多功能持续开发中...
확장 프로그램 기본 정보
이름 | V2Ext |
ID | aamjmpccfjcdkigomkahmlpnnhpcjpko |
공식 URL | https://chromewebstore.google.com/detail/v2ext/aamjmpccfjcdkigomkahmlpnnhpcjpko |
설명 | V2EX 社区功能增强扩展 |
파일 크기 | 145 KB |
설치 횟수 | 26 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-02-09 |
출시 날짜 | 2018-07-11 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | tor.browser.bridge |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "V2Ext", "description": "V2EX \u793e\u533a\u529f\u80fd\u589e\u5f3a\u6269\u5c55", "version": "1.0.4", "icons": { "16": "assets\/images\/icon_16.png", "48": "assets\/images\/icon_48.png", "128": "assets\/images\/icon_128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "assets\/images\/icon_16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.v2ex.com\/*", "*:\/\/v2ex.com\/*" ], "js": [ "assets\/scripts\/jquery-3.1.1.min.js", "assets\/scripts\/main.js" ], "css": [ "assets\/styles\/main.css" ] } ], "web_accessible_resources": [ "assets\/images\/*.png", "assets\/scripts\/se\/*.js" ] } |