V2看帖助手
可以很方便的标记值得关注的V2帖子
Cos'è V2看帖助手?
V2看帖助手 è un'estensione di Chrome sviluppata da sonderzx, e la sua funzione principale è "可以很方便的标记值得关注的V2帖子".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione V2看帖助手
Scarica i file di estensione V2看帖助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
在V2EX上标记是否持续跟进此贴,标记后,在列表会显示对应标识。同时会标记该贴是否已经阅读。也统计了不感兴趣及跟进此贴的人数,提高您的看帖效率。 Informazioni di Base sull'Estensione
| Nome | |
| ID | epnfdkaekipagemffieldgknfjbiddcb |
| URL Ufficiale | https://chromewebstore.google.com/detail/v2%E7%9C%8B%E5%B8%96%E5%8A%A9%E6%89%8B/epnfdkaekipagemffieldgknfjbiddcb |
| Descrizione | 可以很方便的标记值得关注的V2帖子 |
| Dimensione del File | 58.12 KB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-09-28 |
| Data di Pubblicazione | 2020-09-28 |
| Sviluppatore | sonderzx |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |