Notey Notepad

Take Quick Notes

Notey Notepadとは何ですか?

Notey NotepadはTime Technologyによって開発されたChromeの拡張機能で、その主な機能は「Take Quick Notes」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

拡張機能の基本情報

名前 Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
公式URL https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
説明 Take Quick Notes
ファイルサイズ 93.55 KB
インストール数 57
現在のバージョン 1.1
最終更新日 2022-02-18
公開日 2019-04-30
評価 5.00/5 合計 1 レビュー
開発者 Time Technology
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}