Notion Converter:公众号一键排版复制,一键复制为markdown
帮你将Notion一键排版复制到微信公众号,支持一键复制为markdown
What is Notion Converter:公众号一键排版复制,一键复制为markdown?
Notion Converter:公众号一键排版复制,一键复制为markdown is a Chrome extension developed by https://notionconverter.com, and its main feature is "帮你将Notion一键排版复制到微信公众号,支持一键复制为markdown".
Extension Screenshots
Download Notion Converter:公众号一键排版复制,一键复制为markdown Extension CRX File
Download Notion Converter:公众号一键排版复制,一键复制为markdown 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️⃣ Notion文章一键排版复制到公众号:我们的工具可以轻松将您在Notion中创建的文章一键排版并复制到公众号,无需繁琐的手动排版,省时省力。让您节省时间,专注于内容创作。 2️⃣ 持续更新好看的公众号模版:我们不断更新和提供各种精美的公众号模板,让您的文章看起来更吸引人🔥,同时提供专业和美观的排版选择。 3️⃣ Notion文章一键复制为Markdown:如果您需要在其他支持Markdown格式的平台上发布文章,我们也支持将Notion文章一键复制为Markdown格式,以便您轻松在其他平台(如掘金、CSDN等)分享您的内容。 4️⃣ Markdown一键排版到公众号:使用我们的精美模板,可以将您的Markdown文档(Notion自身支持Markdown语法)一键排版到公众号 我们和其他的排版工具,例如mdnice、秀米、壹伴比起来有什么优势? 1.简洁,您无需学习复杂的排版方式,我们一键即可排版完成 2.您无需学习Markdown语法即可写作排版,在Notion文档中用输入"/"的方式唤起各种写作格式 3.我们基于Notion来排版,Notion是一个强大的all in one工具,有着非常强大的生态,是一个完美的知识管理工具的选择,例如cubox、flomo、save to notion,都支持同步到Notion 4.Notion支持AI写作
Extension Basic Information
Name | Notion Converter:公众号一键排版复制,一键复制为markdown |
ID | jmhmlnooegbmldeinblplmmmgbhlomnp |
Official URL | https://chromewebstore.google.com/detail/notion-converter%EF%BC%9A%E5%85%AC%E4%BC%97%E5%8F%B7%E4%B8%80%E9%94%AE%E6%8E%92%E7%89%88%E5%A4%8D/jmhmlnooegbmldeinblplmmmgbhlomnp |
Description | 帮你将Notion一键排版复制到微信公众号,支持一键复制为markdown |
File Size | 251 KB |
Installation Count | 1,392 |
Current Version | 2.0.4 |
Last Updated | 2024-02-01 |
Publish Date | 2023-01-02 |
Rating | 4.45/5 Total 11 Ratings |
Developer | https://notionconverter.com |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://notion-converter.addpotion.com |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion Converter\uff1a\u516c\u4f17\u53f7\u4e00\u952e\u6392\u7248\u590d\u5236\uff0c\u4e00\u952e\u590d\u5236\u4e3amarkdown", "version": "2.0.4", "description": "\u5e2e\u4f60\u5c06Notion\u4e00\u952e\u6392\u7248\u590d\u5236\u5230\u5fae\u4fe1\u516c\u4f17\u53f7\uff0c\u652f\u6301\u4e00\u952e\u590d\u5236\u4e3amarkdown", "icons": { "16": "imgs\/N.png", "32": "imgs\/N.png", "48": "imgs\/N.png", "128": "imgs\/N.png" }, "action": { "default_title": "NotionConverter\uff1a\u516c\u4f17\u53f7\u4e00\u952e\u6392\u7248\u590d\u5236\uff0c\u4e00\u952e\u590d\u5236\u4e3amarkdown" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.notion.so\/*" ], "js": [ "lib\/jquery-3.6.1.min.js", "lib\/highlight.min.js", "lib\/highlight.min.js", "lib\/bootstrap.bundle.min.js", "lib\/repeat-string.js", "lib\/markdown-table.js", "lib\/fontawesome.js", "lib\/html-dom-parser.min.js", "lib\/crypto-js.min.js", "imageCache.js", "templatePost.js", "html.js", "codeBlockTheme.js", "common.js", "uuid.js", "style.js", "fonts.js", "cosUtil.js", "mixpanelUtil.js", "markdownRender.js", "wechatRender.js", "parser.js", "options_page.js", "content_script.js" ], "css": [ "lib\/bootstrap.min.css", "content_script.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "lib\/jquery-3.6.1.min.js", "lib\/fontawesome.js", "imgs\/loading.gif", "imgs\/N.png", "imgs\/upgrade.png" ], "matches": [ "https:\/\/*.notion.so\/*" ] } ], "permissions": [ "storage", "activeTab" ], "options_page": "options_page.html" } |