Noalte
alt text editor for note
Vad är Noalte?
Noalte är en Chrome-tillägg utvecklad av https://masup.net, och dess huvudfunktion är "alt text editor for note".
Tilläggsskärmbilder
Ladda ner Noalte-förlängningens CRX-fil
Ladda ner Noalte-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
note.com のエディタで画像に代替テキストを入力するための拡張です。ファイル名ではなくGUIで代替テキストの入力と編集が可能になります。 Grundläggande Information om Tillägg
| Namn | |
| ID | fllgnabhoilflhpebloipnkjelkfcjbi |
| Officiell webbadress | https://chromewebstore.google.com/detail/noalte/fllgnabhoilflhpebloipnkjelkfcjbi |
| Beskrivning | alt text editor for note |
| Filstorlek | 184 KB |
| Antal Installationer | 79 |
| Aktuell Version | 0.3.0 |
| Senast Uppdaterad | 2021-05-09 |
| Publiceringsdatum | 2020-05-16 |
| Utvecklare | https://masup.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/masuP9/noalte/issues |
| Stödda Språk | 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"
]
}
} | |