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
官方網址 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
電子郵箱 [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"
        ]
    }
}