Noalte
alt text editor for note
Apa itu Noalte?
Noalte adalah ekstensi Chrome yang dikembangkan oleh https://masup.net, dan fitur utamanya adalah "alt text editor for note".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Noalte
Unduh file ekstensi Noalte dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
note.com のエディタで画像に代替テキストを入力するための拡張です。ファイル名ではなくGUIで代替テキストの入力と編集が可能になります。
Informasi Dasar Ekstensi
Nama | Noalte |
ID | fllgnabhoilflhpebloipnkjelkfcjbi |
URL Resmi | https://chromewebstore.google.com/detail/noalte/fllgnabhoilflhpebloipnkjelkfcjbi |
Deskripsi | alt text editor for note |
Ukuran File | 184 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2021-05-09 |
Tanggal Publikasi | 2020-05-16 |
Pengembang | https://masup.net |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/masuP9/noalte/issues |
Bahasa yang Didukung | 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" ] } } |