Noalte
alt text editor for note
What is Noalte?
Noalte is a Chrome extension developed by https://masup.net, and its main feature is "alt text editor for note".
Extension Screenshots
Download Noalte Extension CRX File
Download Noalte extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
note.com のエディタで画像に代替テキストを入力するための拡張です。ファイル名ではなくGUIで代替テキストの入力と編集が可能になります。
Extension Basic Information
Name | Noalte |
ID | fllgnabhoilflhpebloipnkjelkfcjbi |
Official URL | https://chromewebstore.google.com/detail/noalte/fllgnabhoilflhpebloipnkjelkfcjbi |
Description | alt text editor for note |
File Size | 184 KB |
Installation Count | 79 |
Current Version | 0.3.0 |
Last Updated | 2021-05-09 |
Publish Date | 2020-05-16 |
Developer | https://masup.net |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/masuP9/noalte/issues |
Supported Languages | 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" ] } } |