Dnote

Capture your microlessons without leaving the browser.

Dnoteとは何ですか?

Dnoteはhttp://dnote.ioによって開発されたChromeの拡張機能で、その主な機能は「Capture your microlessons without leaving the browser.」です。

拡張機能のスクリーンショット

screenshot

Dnote拡張機能のCRXファイルをダウンロード

Dnote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
公式URL https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
説明 Capture your microlessons without leaving the browser.
ファイルサイズ 112 KB
インストール数 77
現在のバージョン 2.0.0
最終更新日 2019-10-28
公開日 2019-10-28
評価 3.67/5 合計 3 レビュー
開発者 http://dnote.io
支払い方法 free
対応言語 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"
            }
        }
    }
}