SiteNotes

Keep notes in your browser associated with your current URL.

SiteNotes là gì?

SiteNotes là một tiện ích mở rộng Chrome được phát triển bởi aleks.krnjaic, và tính năng chính của nó là "Keep notes in your browser associated with your current URL.".

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

screenshot

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

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

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

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

Tên SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
URL Chính Thức https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Mô tả Keep notes in your browser associated with your current URL.
Kích Thước Tệp 21.58 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-04-17
Ngày Phát Hành 2016-04-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển aleks.krnjaic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}