Noalte

alt text editor for note

Noalteとは何ですか?

Noalteはhttps://masup.netによって開発されたChromeの拡張機能で、その主な機能は「alt text editor for note」です。

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

screenshot

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

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

拡張機能の使用方法

                        note.com のエディタで画像に代替テキストを入力するための拡張です。ファイル名ではなくGUIで代替テキストの入力と編集が可能になります。                    

拡張機能の基本情報

名前 Noalte Noalte
ID fllgnabhoilflhpebloipnkjelkfcjbi
公式URL https://chromewebstore.google.com/detail/noalte/fllgnabhoilflhpebloipnkjelkfcjbi
説明 alt text editor for note
ファイルサイズ 184 KB
インストール数 79
現在のバージョン 0.3.0
最終更新日 2021-05-09
公開日 2020-05-16
開発者 https://masup.net
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/masuP9/noalte/issues
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noalte",
    "description": "alt text editor for note",
    "version": "0.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/note.mu\/*",
                "https:\/\/note.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "hot-reload.js"
        ]
    }
}