Noalte
alt text editor for note
Wat is Noalte?
Noalte is een Chrome-extensie ontwikkeld door https://masup.net, en de belangrijkste functie is "alt text editor for note".
Extensie Screenshots
Download het CRX-bestand van de extensie Noalte
Download Noalte-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
note.com のエディタで画像に代替テキストを入力するための拡張です。ファイル名ではなくGUIで代替テキストの入力と編集が可能になります。
Basisinformatie over de Extensie
Naam | Noalte |
ID | fllgnabhoilflhpebloipnkjelkfcjbi |
Officiële URL | https://chromewebstore.google.com/detail/noalte/fllgnabhoilflhpebloipnkjelkfcjbi |
Beschrijving | alt text editor for note |
Bestandsgrootte | 184 KB |
Aantal Installaties | 79 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2021-05-09 |
Publicatiedatum | 2020-05-16 |
Ontwikkelaar | https://masup.net |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/masuP9/noalte/issues |
Ondersteunde Talen | 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" ] } } |