NoteTaker

Take quick notes and save them without moving away from your browser!

NoteTakerとは何ですか?

NoteTakerはNehan Sikderによって開発されたChromeの拡張機能で、その主な機能は「Take quick notes and save them without moving away from your browser!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

拡張機能の基本情報

名前 NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
公式URL https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
説明 Take quick notes and save them without moving away from your browser!
ファイルサイズ 394 KB
インストール数 1,015
現在のバージョン 0.0.0.3
最終更新日 2017-01-15
公開日 2017-01-15
評価 4.00/5 合計 4 レビュー
開発者 Nehan Sikder
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}