V2EX Polish
专为 V2EX 用户设计,提供了丰富的扩展功能。
什么是V2EX Polish?
V2EX Polish是由https://v2p.app开发的Chrome扩展程序,该扩展的主要功能是“专为 V2EX 用户设计,提供了丰富的扩展功能。”。
扩展截图
下载V2EX Polish扩展crx文件
下载V2EX Polish扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
为原网站添加了众多便捷的功能,让你的 V2EX 页面焕然一新 !
――――――
◉ 扩展功能
🪄 界面美化
UI 设计更现代化,为你带来愉悦的视觉体验。
📥 评论回复嵌套层级
主题下的评论回复支持层级展示,更轻松地跟踪和回复其他用户的评论。
🔥 热门回复展示
自动筛选出最受欢迎的回复,第一时间了解热评。
😀 表情回复支持
评论输入框可以选择表情,让回复更加生动和有趣。
📃 长回复优化
智能折叠长篇回复,一键展开查看完整内容。
📰 内置主题列表
无需打开网页,插件内即可快速获取最热、最新的主题列表和消息通知。
更多实用功能:
⊙ 便捷回复操作:上传图片、预览回复内容、文字转 Base64。
⊙ 添加用户信息卡片,快捷查看用户信息。
⊙ 右键菜单扩展:支持解析页面中 Base64 编码内容。
⊙ 在主题列表中即可预览内容,无需再进入主题页面。
⊙ 翻页后自动跳转到回复区。
⊙ 自动领取每日签到奖励。
⊙ 用户标签设置,快速标记各类用户。
⊙ 支持备份个人配置,方便跨设备、跨脚本同步配。
⊙ 支持自动跟随系统切换浅色/深色主题。
⊙ 支持 SOV2EX 作为搜索选项。
⊙ 支持预加载多页回复,让嵌套回复更完美。
⊙ “稍后阅读”功能:添加感兴趣的主题,方便日后浏览。
⊙ 支持水平分区展示主题内容。
――――――
◉ 更多信息
⊙ 代码开源,在 GitHub 中查看:https://github.com/coolpace/V2EX_Polish
⊙ 任何想法、新功能需求?在此反馈:https://github.com/coolpace/V2EX_Polish/discussions/1
⊙ 浏览我们的主页,发现更多:👉 https://v2p.app 👈
――――――
喜欢我们的扩展吗?请在应用商店给我们好评!🥰 扩展基本信息
| 名称 | |
| ID | onnepejgdiojhiflfoemillegpgpabdm |
| 官方URL | https://chromewebstore.google.com/detail/v2ex-polish/onnepejgdiojhiflfoemillegpgpabdm |
| 简介 | 专为 V2EX 用户设计,提供了丰富的扩展功能。 |
| 文件大小 | 155 KB |
| 安装次数 | 13,708 |
| 当前版本 | 1.9.14 |
| 更新时间 | 2024-02-17 |
| 上架时间 | 2023-03-01 |
| 评分 | 4.63/5 共57次评分 |
| 开发者 | https://v2p.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://v2p.app |
| 帮助页面URL | https://v2p.app |
| 支持的语言 | 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"
}
} | |