Dnote

Capture your microlessons without leaving the browser.

Dnote là gì?

Dnote là một tiện ích mở rộng Chrome được phát triển bởi http://dnote.io, và tính năng chính của nó là "Capture your microlessons without leaving the browser.".

Ả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 Dnote

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

                        A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.                    

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

Tên Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
URL Chính Thức https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Mô tả Capture your microlessons without leaving the browser.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-10-28
Ngày Phát Hành 2019-10-28
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://dnote.io
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": "Dnote",
    "version": "2.0.0",
    "description": "Capture your microlessons without leaving the browser.",
    "icons": {
        "16": "images\/iconx16.png",
        "48": "images\/iconx48.png",
        "128": "images\/iconx128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/iconx16.png",
            "32": "images\/iconx32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": []
    },
    "content_scripts": [],
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+D",
                "mac": "MacCtrl+D"
            }
        }
    }
}