Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Snap Note là gì?
Snap Note là một tiện ích mở rộng Chrome được phát triển bởi Arthelon, và tính năng chính của nó là "A Chrome Extension in the form of a pop-up notepad with various functions".
Ả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 Snap Note
Tải xuống các tệp mở rộng Snap 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 Chrome Extension in the form of a pop-up notepad with various functions. IMPORTANT : Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
URL Chính Thức | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
Mô tả | A Chrome Extension in the form of a pop-up notepad with various functions |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 908 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2015-09-11 |
Ngày Phát Hành | 2015-09-11 |
Đánh Giá | 3.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Arthelon |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Arthelon |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Note", "version": "0.0.5", "manifest_version": 2, "description": "A Chrome Extension in the form of a pop-up notepad with various functions", "author": "Daniel Hsing", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "32": "images\/note-32.png", "48": "images\/note-48.png", "128": "images\/note-128.png" }, "browser_action": { "default_icon": "images\/note-128.png", "default_title": "Snap Note", "default_popup": "index.html" }, "permissions": [ "unlimitedStorage" ], "web_accessible_resources": [ "index.html", "js\/popup.js" ] } |