Smart Note
A friendly notepad you can easily add tabs to a note.
Smart Note là gì?
Smart Note là một tiện ích mở rộng Chrome được phát triển bởi Vere Perrot, và tính năng chính của nó là "A friendly notepad you can easily add tabs to a note.".
Ả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 Smart Note
Tải xuống các tệp mở rộng Smart Note 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
A friendly notepad you can easily add tabs to a note. Features: * Add note. * Add todo list. * Add tab to a note. * Add tabs to a note. * Show favorite notes. * Search in the notes. * Open the smart note as tab. * Edit tabs. * Edit notes. * Show help page. * Sync notes to your google account. * Click fav icon to open a link. * Support Chinese(China),Chinese(Taiwan),English locales.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
URL Chính Thức | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
Mô tả | A friendly notepad you can easily add tabs to a note. |
Kích Thước Tệp | 416 KB |
Số Lần Cài Đặt | 995 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2016-01-02 |
Ngày Phát Hành | 2016-01-02 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Vere Perrot |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.7", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "debugger", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |