知识星球-超级助手(谷歌用户)
知识星球-超级助手(谷歌用户)
Cos'è 知识星球-超级助手(谷歌用户)?
知识星球-超级助手(谷歌用户) è un'estensione di Chrome sviluppata da yxriyin, e la sua funzione principale è "知识星球-超级助手(谷歌用户)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 知识星球-超级助手(谷歌用户)
Scarica i file di estensione 知识星球-超级助手(谷歌用户) 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
修复了部分bug ======================================================================= 适配了新版知识星球 ================================================ 版本1.6更新内容: 修复了部分bug ========================================================================================= 版本1.5更新内容: 修复了部分bug ========================================================================================= 版本1.4更新内容: 增加了对全部精华页面的支持 ========================================================================================= 版本1.3更新内容: 增加了删除书签 取消搜索的功能 优化了部分性能 ======================================================================================== 知识星球-超级助手 版本1.2更新内容: 修复了部分bug ========================================================================================== 版本1.1更新内容: 新增精华帖-楼层直达功能 1、点击 筛选>精华帖 进入精华帖浏览模式,每个帖子右上角都会展示当前精华帖楼层排序,楼层倒序。 2、在右上楼层直达输入框输入想要查看的帖子楼层,点击【直达】按钮,帖子会自动定位到你想要的楼层处。 ============================================================================================== 知识星球非官方功能增强插件,主要是为了解决知识星球帖子没有分页,退出后就找不到上一次阅读的帖子的问题。 【简介】 知识星球-超级助手插件,用书签标记用户当前的阅读的帖子的位置。下次只需要打开书签,就可以一键直达被设为书签的帖子,继续阅读。 希望你能在知识星球-超级助手的帮助下,好好爬楼,天天向上,早日读完那些交了智商税的知识星球的精华帖,早日财富自由。 【注意事项】 1、最多设置5个书签 知识星球主题筛选有:全部主题/精华主题/文件主题/问答主题/只看星主。 每个筛选主题下都可以设置一个书签,也就是说你最多可以设置5个书签。 2、同一个主题下最多只能设置1个书签。 以精华帖为例,如果你已经在精华贴下有一个书签,当你在精华帖分类下设置新的书签时,新的精华帖书签将会覆盖掉旧的精华帖书签。 3、书签只在【筛选】条件下生效 如果用户从右下角精华/文件主题-点击查看全部,进入该主题,则书签功能不会生效。只能从发帖下面的【筛选】按钮进入主题,书签才会生效。
Informazioni di Base sull'Estensione
Nome | |
ID | nnmkobplnkkcdalcpcogkcbnljfpeefl |
URL Ufficiale | https://chrome.google.com/webstore/detail/nnmkobplnkkcdalcpcogkcbnljfpeefl |
Descrizione | 知识星球-超级助手(谷歌用户) |
Dimensione del File | 93.44 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-11-29 |
Data di Pubblicazione | 2019-11-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | yxriyin |
Tipo di Pagamento | in_store |
URL della Pagina della Politica sulla Privacy | https://yxriyin.github.io |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u77e5\u8bc6\u661f\u7403-\u8d85\u7ea7\u52a9\u624b(\u8c37\u6b4c\u7528\u6237)", "version": "2.1", "description": "\u77e5\u8bc6\u661f\u7403-\u8d85\u7ea7\u52a9\u624b(\u8c37\u6b4c\u7528\u6237)", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "\u77e5\u8bc6\u661f\u7403-\u65b0\u7248\u8d85\u7ea7\u52a9\u624b", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/wx.zsxq.com\/dweb2\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/start.js" ] } ], "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "cookies", "https:\/\/wx.zsxq.com\/dweb2\/*", "https:\/\/api.zsxq.com\/v1.10\/groups\/*" ], "web_accessible_resources": [ "images\/*.png" ] } |