Markdown for Google Keep™
Write and view Google Keep notes in Markdown.
Markdown for Google Keep™ là gì?
Markdown for Google Keep™ là một tiện ích mở rộng Chrome được phát triển bởi https://kellenvu.github.io, và tính năng chính của nó là "Write and view Google Keep notes in Markdown.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Markdown for Google Keep™
Tải xuống các tệp mở rộng Markdown for Google Keep™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Elevate your note-taking with Markdown for Google Keep™! This extension provides the power of Markdown formatting right within Google Keep. Say goodbye to the limitations of plain text notes. Using Markdown for Google Keep™, transform your notes into beautifully styled documents with traditional Markdown syntax. A single click toggles the extension, rendering your jotted-down concepts into a formatted masterpiece, perfect for organizing your thoughts or preparing sharable documents. Need to revise? Click again, and you're back to editing mode, making it seamless to update your thoughts and ideas. Features: • Write in Markdown and view styled notes in Google Keep • One-click conversion from Markdown to styled text, using a custom button located conveniently in the note toolbar • Assign an extension shortcut to toggle between view and edit mode effortlessly Note: This extension does not apply Markdown formatting to note titles nor checklists.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Markdown for Google Keep™ |
ID | memepciffhlkcckkmkbaccpmmfjjpdfg |
URL Chính Thức | https://chromewebstore.google.com/detail/markdown-for-google-keep/memepciffhlkcckkmkbaccpmmfjjpdfg |
Mô tả | Write and view Google Keep notes in Markdown. |
Kích Thước Tệp | 37.68 KB |
Số Lần Cài Đặt | 492 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-11-14 |
Ngày Phát Hành | 2023-11-14 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://kellenvu.github.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown for Google Keep\u2122", "version": "1.0.0", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "description": "Write and view Google Keep notes in Markdown.", "action": { "default_icon": { "16": "assets\/active-16.png", "32": "assets\/active-32.png", "48": "assets\/active-48.png", "128": "assets\/active-128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "markdown.css" ], "js": [ "marked.min.js", "content.js" ], "matches": [ "*:\/\/keep.google.com\/*" ] } ], "host_permissions": [ "*:\/\/keep.google.com\/*" ], "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "assets\/active-48.png", "assets\/inactive-48.png" ], "matches": [ "*:\/\/keep.google.com\/*" ] } ] } |