知识星球助手
知识星球助手:一键下载星球全部文档、取消禁止复制文本、导出精华文本等功能
What is 知识星球助手?
知识星球助手 is a Chrome extension developed by changyongdon, and its main feature is "知识星球助手:一键下载星球全部文档、取消禁止复制文本、导出精华文本等功能".
Extension Screenshots
Download 知识星球助手 Extension CRX File
Download 知识星球助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
知识星球助手 1、下载星球中所有文档 2、导出星球中所有精华文章(PDF文件) 3、解决星球中文本无法复制问题 4、鼠标右键插件图标,点击【选项】,你会发现你想要的 5、紧急情况联系微信【Changyong_Tiankong】
Extension Basic Information
Name | 知识星球助手 |
ID | lcjaphimalekgdilpjcjgohggpelppeg |
Official URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E8%AF%86%E6%98%9F%E7%90%83%E5%8A%A9%E6%89%8B/lcjaphimalekgdilpjcjgohggpelppeg |
Description | 知识星球助手:一键下载星球全部文档、取消禁止复制文本、导出精华文本等功能 |
File Size | 15.37 MB |
Installation Count | 1,202 |
Current Version | 4.2.5 |
Last Updated | 2024-03-05 |
Publish Date | 2021-07-15 |
Rating | 4.00/5 Total 14 Ratings |
Developer | changyongdon |
[email protected] | |
Payment Type | in_app |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u77e5\u8bc6\u661f\u7403\u52a9\u624b", "description": "\u77e5\u8bc6\u661f\u7403\u52a9\u624b\uff1a\u4e00\u952e\u4e0b\u8f7d\u661f\u7403\u5168\u90e8\u6587\u6863\u3001\u53d6\u6d88\u7981\u6b62\u590d\u5236\u6587\u672c\u3001\u5bfc\u51fa\u7cbe\u534e\u6587\u672c\u7b49\u529f\u80fd", "version": "4.2.5", "icons": { "16": "img\/\u661f\u7403.png", "48": "img\/\u661f\u7403.png", "128": "img\/\u661f\u7403.png" }, "options_page": "options.html", "action": { "default_icon": { "16": "img\/\u661f\u7403.png", "24": "img\/\u661f\u7403.png", "32": "img\/\u661f\u7403.png" }, "default_title": "\u77e5\u8bc6\u661f\u7403\u52a9\u624b", "default_popup": "popup.html" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/wx.zsxq.com\/dweb2\/index\/group\/*" ], "js": [ "js\/GroupOperation.js" ], "css": [ "css\/GroupOperation.css", "css\/main.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.zsxq.com\/*" ], "js": [ "js\/UndoDisableCopy.js" ], "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_zsxq_files", "enabled": true, "path": "ruleset_zsxq_files.json" } ] }, "host_permissions": [ " |