V2看帖助手

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

What is V2看帖助手?

V2看帖助手 is a Chrome extension developed by sonderzx, and its main feature is "可以很方便的标记值得关注的V2帖子".

Extension Screenshots

screenshot
screenshot

Download V2看帖助手 Extension CRX File

Download V2看帖助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name V2看帖助手 V2看帖助手
ID epnfdkaekipagemffieldgknfjbiddcb
Official URL https://chromewebstore.google.com/detail/v2%E7%9C%8B%E5%B8%96%E5%8A%A9%E6%89%8B/epnfdkaekipagemffieldgknfjbiddcb
Description 可以很方便的标记值得关注的V2帖子
File Size 58.12 KB
Installation Count 93
Current Version 1.1
Last Updated 2020-09-28
Publish Date 2020-09-28
Developer sonderzx
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}