V2EX Polish

专为 V2EX 用户设计,提供了丰富的扩展功能。

Qu'est-ce que V2EX Polish ?

V2EX Polish est une extension Chrome développée par https://v2p.app, et sa fonction principale est "专为 V2EX 用户设计,提供了丰富的扩展功能。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension V2EX Polish

Téléchargez les fichiers d'extension V2EX Polish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        为原网站添加了众多便捷的功能,让你的 V2EX 页面焕然一新 !

――――――

◉ 扩展功能

🪄 界面美化
UI 设计更现代化,为你带来愉悦的视觉体验。

📥 评论回复嵌套层级
主题下的评论回复支持层级展示,更轻松地跟踪和回复其他用户的评论。

🔥 热门回复展示
自动筛选出最受欢迎的回复,第一时间了解热评。

😀 表情回复支持
评论输入框可以选择表情,让回复更加生动和有趣。

📃 长回复优化
智能折叠长篇回复,一键展开查看完整内容。

📰 内置主题列表
无需打开网页,插件内即可快速获取最热、最新的主题列表和消息通知。

更多实用功能:

⊙ 便捷回复操作:上传图片、预览回复内容、文字转 Base64。
⊙ 添加用户信息卡片,快捷查看用户信息。
⊙ 右键菜单扩展:支持解析页面中 Base64 编码内容。
⊙ 在主题列表中即可预览内容,无需再进入主题页面。
⊙ 翻页后自动跳转到回复区。
⊙ 自动领取每日签到奖励。
⊙ 用户标签设置,快速标记各类用户。
⊙ 支持备份个人配置,方便跨设备、跨脚本同步配。
⊙ 支持自动跟随系统切换浅色/深色主题。
⊙ 支持 SOV2EX 作为搜索选项。
⊙ 支持预加载多页回复,让嵌套回复更完美。
⊙ “稍后阅读”功能:添加感兴趣的主题,方便日后浏览。
⊙ 支持水平分区展示主题内容。

――――――

◉ 更多信息

⊙ 代码开源,在 GitHub 中查看:https://github.com/coolpace/V2EX_Polish
⊙ 任何想法、新功能需求?在此反馈:https://github.com/coolpace/V2EX_Polish/discussions/1
⊙ 浏览我们的主页,发现更多:👉 https://v2p.app 👈

――――――

喜欢我们的扩展吗?请在应用商店给我们好评!🥰                    

Informations de Base sur l'Extension

Nom V2EX Polish V2EX Polish
ID onnepejgdiojhiflfoemillegpgpabdm
URL Officiel https://chromewebstore.google.com/detail/v2ex-polish/onnepejgdiojhiflfoemillegpgpabdm
Description 专为 V2EX 用户设计,提供了丰富的扩展功能。
Taille du Fichier 155 KB
Nombre d'Installations 13,708
Version Actuelle 1.9.14
Dernière Mise à Jour 2024-02-17
Date de Publication 2023-03-01
Évaluation 4.63/5 Total 57 Évaluations
Développeur https://v2p.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://v2p.app
URL de la Page d'Aide https://v2p.app
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "V2EX Polish",
    "version": "1.9.14",
    "description": "\u4e13\u4e3a V2EX \u7528\u6237\u8bbe\u8ba1\uff0c\u63d0\u4f9b\u4e86\u4e30\u5bcc\u7684\u6269\u5c55\u529f\u80fd\u3002",
    "permissions": [
        "scripting",
        "contextMenus",
        "storage",
        "alarms",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/v2ex.com\/*",
        "https:\/\/www.v2ex.com\/*",
        "https:\/\/cn.v2ex.com\/*",
        "https:\/\/global.v2ex.com\/*",
        "https:\/\/fast.v2ex.com\/*",
        "https:\/\/hk.v2ex.com\/*",
        "https:\/\/s.v2ex.com\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "css": [
                "css\/v2ex-theme-var.css",
                "css\/v2ex-theme-default.css",
                "css\/v2ex-theme-mobile.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "js": [
                "scripts\/polyfill.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "css": [
                "css\/v2ex-effect.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/common.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/t\/*",
                "*:\/\/*\/notes\/*",
                "*:\/\/*\/settings",
                "*:\/\/*\/write"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-home.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/t\/*",
                "https:\/\/www.v2ex.com\/t\/*",
                "https:\/\/cn.v2ex.com\/t\/*",
                "https:\/\/global.v2ex.com\/t\/*",
                "https:\/\/fast.v2ex.com\/t\/*",
                "https:\/\/hk.v2ex.com\/t\/*",
                "https:\/\/s.v2ex.com\/t\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-topic.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/write*",
                "https:\/\/www.v2ex.com\/write*",
                "https:\/\/cn.v2ex.com\/write*",
                "https:\/\/global.v2ex.com\/write\/*",
                "https:\/\/fast.v2ex.com\/write\/*",
                "https:\/\/hk.v2ex.com\/write\/*",
                "https:\/\/s.v2ex.com\/write\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-write.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "js": [
                "scripts\/toggle-icon.min.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "scripts\/background.min.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "resources": [
                "scripts\/web_accessible_resources.min.js"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "V2EX Polish \u7528\u6237\u9762\u677f",
        "default_popup": "pages\/popup.html"
    }
}