V2看帖助手

可以很方便的标记值得关注的V2帖子

V2看帖助手란 무엇입니까?

V2看帖助手은(는) sonderzx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "可以很方便的标记值得关注的V2帖子"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

V2看帖助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在V2EX上标记是否持续跟进此贴,标记后,在列表会显示对应标识。同时会标记该贴是否已经阅读。也统计了不感兴趣及跟进此贴的人数,提高您的看帖效率。                    

확장 프로그램 기본 정보

이름 V2看帖助手 V2看帖助手
ID epnfdkaekipagemffieldgknfjbiddcb
공식 URL https://chromewebstore.google.com/detail/v2%E7%9C%8B%E5%B8%96%E5%8A%A9%E6%89%8B/epnfdkaekipagemffieldgknfjbiddcb
설명 可以很方便的标记值得关注的V2帖子
파일 크기 58.12 KB
설치 횟수 93
현재 버전 1.1
최근 업데이트 2020-09-28
출시 날짜 2020-09-28
개발자 sonderzx
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V2\u770b\u5e16\u52a9\u624b",
    "version": "1.1",
    "description": "\u53ef\u4ee5\u5f88\u65b9\u4fbf\u7684\u6807\u8bb0\u503c\u5f97\u5173\u6ce8\u7684V2\u5e16\u5b50",
    "author": "a",
    "permissions": [
        "https:\/\/www.v2ex.com\/*",
        "https:\/\/v2ex.com\/*",
        "storage"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/v2ex.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "topic.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "\/icon.png",
        "default_title": "",
        "default_popup": "popup.html"
    }
}