V2看帖助手
可以很方便的标记值得关注的V2帖子
V2看帖助手とは何ですか?
V2看帖助手はsonderzxによって開発されたChromeの拡張機能で、その主な機能は「可以很方便的标记值得关注的V2帖子」です。
拡張機能のスクリーンショット
V2看帖助手拡張機能のCRXファイルをダウンロード
V2看帖助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在V2EX上标记是否持续跟进此贴,标记后,在列表会显示对应标识。同时会标记该贴是否已经阅读。也统计了不感兴趣及跟进此贴的人数,提高您的看帖效率。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |