Note Saver

Save notes for specific webpages

Note Saver là gì?

Note Saver là một tiện ích mở rộng Chrome được phát triển bởi ZB Innovations, và tính năng chính của nó là "Save notes for specific webpages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Note Saver

Tải xuống các tệp mở rộng Note Saver 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

                        Version 2023.4.18: Filter the table; color the row red if note exists for current page; feedback link; version number displayed; bugfix for truncateUrl(); look and feel improvements
Version 2023.4.14: Clickable column headers in the table to toggle table sorting.

Introduction:
Note Saver is a Google Chrome extension that allows you to save notes for web pages that you visit. Here are the steps on how to use each and every feature:

Install the Extension:
a. Go to the Chrome Web Store and search for "Note Saver".
b. Click the "Add to Chrome" button and follow the prompts to install the extension.

Save a Note:
a. Navigate to a web page you want to save a note for.
b. Click the Note Saver icon in the Chrome toolbar.
c. Type your note in the text area that appears.
d. Perform any action outside of the text area to save the note.

Editing Saved Notes:
To edit a note that you have saved for a web page, follow these steps:
* Open the web page that you have saved notes for.
* Click the extension's icon in the Chrome toolbar.
* Edit the note in the text area.
* Click outside of the text area to save the changes.

View your Notes:
a. Click the Note Saver icon in the Chrome toolbar.
b. The notes you have saved for the current web page will be displayed in the text area.
c. To view all of your saved notes, click the "Show saved notes" button.

Red Rows
a. If a row is marked red, it means that the current URL in the browser matches the URL associated with the note in that row.

Filtering the Table
a. To filter the table by URL or note, type in the search box located at the top of the table. Only rows containing the text you typed will be displayed.

Delete a Note:
a. Click the Note Saver icon in the Chrome toolbar.
b. Find the note you want to delete in the table and click the trashcan icon next to it.
c. Click "OK" to confirm that you want to delete the note.
d. Alternatively, if you want to delete the note for the current webpage, simply delete the text in the text area after loading the webpage.

Sort your Notes:
a. Click the Note Saver icon in the Chrome toolbar.
b. Click the "Show saved notes" button.
c. Click on the column header of the table to sort the notes by that column.
d. Click the header again to reverse the sort order.

Data Storage:
This extension stores your notes in your Google Chrome browser's storage. This means that your notes are stored locally on your computer and are not accessible by anyone else.

Privacy:
This extension does not collect any personal information from you. The extension only requires the "storage" and "activeTab" permissions to function properly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Note Saver Note Saver
ID jifgpdndijmncbhknoobpionnnpcgamp
URL Chính Thức https://chromewebstore.google.com/detail/note-saver/jifgpdndijmncbhknoobpionnnpcgamp
Mô tả Save notes for specific webpages
Kích Thước Tệp 352 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 2023.4.18
Cập Nhật Lần Cuối 2023-04-19
Ngày Phát Hành 2023-04-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ZB Innovations
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/11V_NNUMSjFkb63vh0hZOeym62VAuXLylCURbGCIGl8k/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Saver",
    "version": "2023.4.18",
    "manifest_version": 3,
    "description": "Save notes for specific webpages",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Note Saver",
        "icon": "icon.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}