Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Standard Notes page bookmarks là gì?
Standard Notes page bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Maxim C., và tính năng chính của nó là "Quickly create a note in Standard Notes to bookmark the current page.".
Ả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 Standard Notes page bookmarks
Tải xuống các tệp mở rộng Standard Notes page bookmarks 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
This extension lets you save the current page title and url in a note in Standard Notes (https://standardnotes.org/). Take note of any page instead of opening yet another tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Standard Notes page bookmarks |
ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
URL Chính Thức | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
Mô tả | Quickly create a note in Standard Notes to bookmark the current page. |
Kích Thước Tệp | 675 KB |
Số Lần Cài Đặt | 319 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-04 |
Ngày Phát Hành | 2020-12-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Maxim C. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mllocs/standard-notes-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standard Notes page bookmarks", "version": "1.0", "description": "Quickly create a note in Standard Notes to bookmark the current page.", "permissions": [ "activeTab", "tabs", "https:\/\/app.standardnotes.org\/" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |