我就要用新标签打开帖子!

为什么有的论坛一定要在当前页面打开帖子!我用鼠标中键点的好累啊!不行,我一定要让你们在帖子列表直接点击就可以新标签打开!

What is 我就要用新标签打开帖子!?

我就要用新标签打开帖子! is a Chrome extension developed by Neko7ina, and its main feature is "为什么有的论坛一定要在当前页面打开帖子!我用鼠标中键点的好累啊!不行,我一定要让你们在帖子列表直接点击就可以新标签打开!".

Extension Screenshots

screenshot

Download 我就要用新标签打开帖子! Extension CRX File

Download 我就要用新标签打开帖子! 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、NGA 和 P9 三个论坛生效。

19.08.22 修复 P9 部分互动操作弹出空白新标签的问题
19.08.19 适配 P9 的另一域名 d7vg.com
18.03.16 修复 P9 部分页面选择筛选条件时跳新标签的问题
17.11.09 修复 V2EX 回复问题
17.11.06 修复 P9 不生效问题                    

Extension Basic Information

Name 我就要用新标签打开帖子! 我就要用新标签打开帖子!
ID nnkkihbhaojpoiamamimjancipgcgeef
Official URL https://chromewebstore.google.com/detail/%E6%88%91%E5%B0%B1%E8%A6%81%E7%94%A8%E6%96%B0%E6%A0%87%E7%AD%BE%E6%89%93%E5%BC%80%E5%B8%96%E5%AD%90%EF%BC%81/nnkkihbhaojpoiamamimjancipgcgeef
Description 为什么有的论坛一定要在当前页面打开帖子!我用鼠标中键点的好累啊!不行,我一定要让你们在帖子列表直接点击就可以新标签打开!
File Size 14.58 KB
Installation Count 90
Current Version 1.15
Last Updated 2019-08-22
Publish Date 2019-08-22
Rating 4.33/5 Total 3 Ratings
Developer Neko7ina
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6211\u5c31\u8981\u7528\u65b0\u6807\u7b7e\u6253\u5f00\u5e16\u5b50\uff01",
    "version": "1.15",
    "description": "\u4e3a\u4ec0\u4e48\u6709\u7684\u8bba\u575b\u4e00\u5b9a\u8981\u5728\u5f53\u524d\u9875\u9762\u6253\u5f00\u5e16\u5b50\uff01\u6211\u7528\u9f20\u6807\u4e2d\u952e\u70b9\u7684\u597d\u7d2f\u554a\uff01\u4e0d\u884c\uff0c\u6211\u4e00\u5b9a\u8981\u8ba9\u4f60\u4eec\u5728\u5e16\u5b50\u5217\u8868\u76f4\u63a5\u70b9\u51fb\u5c31\u53ef\u4ee5\u65b0\u6807\u7b7e\u6253\u5f00\uff01",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "370": "icon370.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}