MemoPad New Tab
Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
MemoPad New Tab là gì?
MemoPad New Tab là một tiện ích mở rộng Chrome được phát triển bởi nojaja, và tính năng chính của nó là "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".
Ả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 MemoPad New Tab
Tải xuống các tệp mở rộng MemoPad New Tab 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
Memopad New Tab makes it a Markdown editor instead of the default "New Tab" in Google Chrome. Open a new tab to 🗒️ take notes, save ⏰ reminders, 🔗 paste links, or create a table. The emphasis is on quick, clean, and simple to use as an alternative to the default "New Tab". * Easy. You can open a new tab and write whatever you like. The next time you open a new tab, you'll still have what you entered last time. * Note list. You can create multiple notes as needed. * Powerful. By using Markdown syntax, you can express yourself in a variety of ways. See [this great guide] (https://github.github.com/gfm/) for Markdown syntax. * Offline description Memopad New Tab is stored in the browser, not on the server. You can create and edit notes offline as well.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MemoPad New Tab |
ID | iohinadgijcpmclidcgalomljfabkpde |
URL Chính Thức | https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde |
Mô tả | Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome. |
Kích Thước Tệp | 9.05 MB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.0.13 |
Cập Nhật Lần Cuối | 2022-01-29 |
Ngày Phát Hành | 2020-04-20 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nojaja |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nojaja/memopad-new-tab#readme |
URL Trang Trợ Giúp | https://github.com/nojaja/memopad-new-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "42": "icons\/icon_42.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "32": "icons\/icon_32.png" } }, "version": "0.0.13", "offline_enabled": true, "permissions": [], "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" } } |