Notable

Sticky Notes and Note Taking Chrome Extension!

Notable là gì?

Notable là một tiện ích mở rộng Chrome được phát triển bởi Genuvo, và tính năng chính của nó là "Sticky Notes and Note Taking Chrome Extension!".

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

screenshot
screenshot

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

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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

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

Tên Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
URL Chính Thức https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Mô tả Sticky Notes and Note Taking Chrome Extension!
Kích Thước Tệp 711 KB
Số Lần Cài Đặt 733
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-08-23
Ngày Phát Hành 2020-08-18
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Genuvo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}