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
电子邮箱 [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"
        ]
    }
}