大师笔记网页采集器
使用大师笔记网页 Clipper,充实自己的知识库。
What is 大师笔记网页采集器?
大师笔记网页采集器 is a Chrome extension developed by YQ Developer, and its main feature is "使用大师笔记网页 Clipper,充实自己的知识库。".
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
使用大师笔记网页采集器,网页内容会被自动格式化为大师笔记 mmd 格式,方便您查看和整理。 非常适合收集网络上的学习资料,生活技巧,兴趣爱好资料等等,真诚邀请你使用! 提示:为了能够正常使用大师笔记网页采集器,请至大师笔记官网下载最新版(0.5.2+)的大师笔记。 官网:https://masterwaynote.com/clipper
Extension Basic Information
Name | 大师笔记网页采集器 |
ID | mahekeppannjhcbpfoaojhjkikjaopcc |
Official URL | https://chromewebstore.google.com/detail/%E5%A4%A7%E5%B8%88%E7%AC%94%E8%AE%B0%E7%BD%91%E9%A1%B5%E9%87%87%E9%9B%86%E5%99%A8/mahekeppannjhcbpfoaojhjkikjaopcc |
Description | 使用大师笔记网页 Clipper,充实自己的知识库。 |
File Size | 61.61 KB |
Installation Count | 147 |
Current Version | 3.0.0 |
Last Updated | 2019-10-26 |
Publish Date | 2019-10-26 |
Rating | 3.00/5 Total 2 Ratings |
Developer | YQ Developer |
[email protected] | |
Payment Type | free |
Extension Website | https://masterwaynote.com/clipper |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5927\u5e08\u7b14\u8bb0\u7f51\u9875\u91c7\u96c6\u5668", "version": "3.0.0", "manifest_version": 2, "description": "\u4f7f\u7528\u5927\u5e08\u7b14\u8bb0\u7f51\u9875 Clipper\uff0c\u5145\u5b9e\u81ea\u5df1\u7684\u77e5\u8bc6\u5e93\u3002", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/1024.png", "32": "images\/1024.png", "48": "images\/1024.png", "64": "images\/1024.png", "128": "images\/1024.png", "256": "images\/1024.png", "512": "images\/1024.png" } }, "icons": { "16": "images\/1024.png", "32": "images\/1024.png", "48": "images\/1024.png", "64": "images\/1024.png", "128": "images\/1024.png", "256": "images\/1024.png", "512": "images\/1024.png" }, "homepage_url": "https:\/\/masterwaynote.com\/" } |