Notemark — Quick note web pages to view later
A better way to bookmark things you only need for a short while.
Notemark — Quick note web pages to view later là gì?
Notemark — Quick note web pages to view later là một tiện ích mở rộng Chrome được phát triển bởi Notemark, và tính năng chính của nó là "A better way to bookmark things you only need for a short while.".
Ả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 Notemark — Quick note web pages to view later
Tải xuống các tệp mở rộng Notemark — Quick note web pages to view later 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
HOW TO: After you've added it to Chrome, go on any page and click the extension icon, then click on the heart. Who made this? - Maxwell A. Davis (designer, StudioTBT) - Tomáš Taro (developer, Adblock)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notemark — Quick note web pages to view later |
ID | oiapehpmnmpkgkgoiampkknhgglapcak |
URL Chính Thức | https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak |
Mô tả | A better way to bookmark things you only need for a short while. |
Kích Thước Tệp | 60.67 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-11-14 |
Ngày Phát Hành | 2015-11-14 |
Đánh Giá | 4.19/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Notemark |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notemark \u2014 Quick note web pages to view later", "short_name": "Notemark", "version": "1.2", "browser_action": { "default_icon": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png" }, "default_popup": "button\/popup.html", "default_title": "Sites noted with Notemark" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "A better way to bookmark things you only need for a short while.", "incognito": "spanning", "manifest_version": 2, "minimum_chrome_version": "41.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ] } |