Zhihu Coppppppy
知乎富文本一键抓取工具
What is Zhihu Coppppppy?
Zhihu Coppppppy is a Chrome extension developed by beanandbean, and its main feature is "知乎富文本一键抓取工具".
Extension Screenshots
Download Zhihu Coppppppy Extension CRX File
Download Zhihu Coppppppy 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
知乎富文本一键抓取工具 Extract and download rich-text content from zhihu.com
Extension Basic Information
Name | Zhihu Coppppppy |
ID | ffjbgbiedlcablnoefhlpoakjlgggdbl |
Official URL | https://chromewebstore.google.com/detail/zhihu-coppppppy/ffjbgbiedlcablnoefhlpoakjlgggdbl |
Description | 知乎富文本一键抓取工具 |
File Size | 9.27 KB |
Installation Count | 45 |
Current Version | 0.0.2 |
Last Updated | 2021-08-31 |
Publish Date | 2021-08-30 |
Developer | beanandbean |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zhihu Coppppppy", "description": "\u77e5\u4e4e\u5bcc\u6587\u672c\u4e00\u952e\u6293\u53d6\u5de5\u5177", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "zhi-16.png", "48": "zhi-48.png", "128": "zhi-128.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "*:\/\/*.zhihu.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "background-wrapper.js" } } |