Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

Easy Notesとは何ですか?

Easy NotesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

拡張機能の基本情報

名前 Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
公式URL https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
説明 Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
ファイルサイズ 86.36 KB
インストール数 2,105
現在のバージョン 0.1.1
最終更新日 2017-01-07
公開日 2017-01-06
評価 4.40/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}