NewNote

A Chrome extension for making notes

NewNoteとは何ですか?

NewNoteはLudolfynによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension for making notes」です。

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

screenshot

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

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

拡張機能の使用方法

                        NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders.

To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts.

It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like.

It's new, it's light and new features will come with every update. Enjoy!                    

拡張機能の基本情報

名前 NewNote NewNote
ID colcgahhbcomhibjcekokebaecjiblbg
公式URL https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg
説明 A Chrome extension for making notes
ファイルサイズ 9.22 KB
インストール数 253
現在のバージョン 2.1.0
最終更新日 2020-07-16
公開日 2020-07-05
評価 5.00/5 合計 12 レビュー
開発者 Ludolfyn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewNote",
    "description": "A Chrome extension for making notes",
    "version": "2.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}