Take Note

An extension to help you take notes on long articles in your browser. Recognizes and formats code.

Take Noteとは何ですか?

Take Noteはsarahhubschmailによって開発されたChromeの拡張機能で、その主な機能は「An extension to help you take notes on long articles in your browser. Recognizes and formats code.」です。

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

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

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

拡張機能の使用方法

                        An app that helps you take notes on articles, blog posts, or documentation.

Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take.

The extension also recognizes and formats any code you save as a note.                    

拡張機能の基本情報

名前 Take Note Take Note
ID jkhfbnadhkkefjioelljpcmkgnoamakg
公式URL https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg
説明 An extension to help you take notes on long articles in your browser. Recognizes and formats code.
ファイルサイズ 1.87 MB
インストール数 162
現在のバージョン 0.0.0.1
最終更新日 2017-08-10
公開日 2017-08-10
評価 4.00/5 合計 6 レビュー
開発者 sarahhubschmail
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Note",
    "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "js\/background.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Take Note",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-bitty.png",
        "128": "images\/icon-bitty.png"
    }
}