Lightweight Notepad

Very very lightweight notepad.

Lightweight Notepadとは何ですか?

Lightweight NotepadはMurali Krishna Chandaによって開発されたChromeの拡張機能で、その主な機能は「Very very lightweight notepad.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.                    

拡張機能の基本情報

名前 Lightweight Notepad Lightweight Notepad
ID pkhiahnopknkooefhefdbalaaboepmbm
公式URL https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm
説明 Very very lightweight notepad.
ファイルサイズ 41.88 KB
インストール数 1,218
現在のバージョン 4
最終更新日 2019-04-01
公開日 2019-04-01
評価 4.44/5 合計 16 レビュー
開発者 Murali Krishna Chanda
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightweight Notepad",
    "version": "4",
    "manifest_version": 2,
    "description": "Very very lightweight notepad.",
    "browser_action": {
        "default_icon": "notepad.png",
        "default_popup": "notepad.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "function.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}