大师笔记网页采集器
使用大师笔记网页 Clipper,充实自己的知识库。
Wat is 大师笔记网页采集器?
大师笔记网页采集器 is een Chrome-extensie ontwikkeld door YQ Developer, en de belangrijkste functie is "使用大师笔记网页 Clipper,充实自己的知识库。".
Extensie Screenshots
Download het CRX-bestand van de extensie 大师笔记网页采集器
Download 大师笔记网页采集器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
使用大师笔记网页采集器,网页内容会被自动格式化为大师笔记 mmd 格式,方便您查看和整理。
非常适合收集网络上的学习资料,生活技巧,兴趣爱好资料等等,真诚邀请你使用!
提示:为了能够正常使用大师笔记网页采集器,请至大师笔记官网下载最新版(0.5.2+)的大师笔记。
官网:https://masterwaynote.com/clipper Basisinformatie over de Extensie
| Naam | |
| ID | mahekeppannjhcbpfoaojhjkikjaopcc |
| Officiële 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 |
| Beschrijving | 使用大师笔记网页 Clipper,充实自己的知识库。 |
| Bestandsgrootte | 61.61 KB |
| Aantal Installaties | 147 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2019-10-26 |
| Publicatiedatum | 2019-10-26 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | YQ Developer |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://masterwaynote.com/clipper |
| Ondersteunde Talen | 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\/"
} | |