tsuibami
mini editor for esa.io
Vad är tsuibami?
tsuibami är en Chrome-tillägg utvecklad av hyoshihara04, och dess huvudfunktion är "mini editor for esa.io".
Tilläggsskärmbilder
Ladda ner tsuibami-förlängningens CRX-fil
Ladda ner tsuibami-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
tsuibami is the mini editor for esa.io. With this extension, you can create posts as WIP to your team's esa.io and update it. Grundläggande Information om Tillägg
| Namn | |
| ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
| Officiell webbadress | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
| Beskrivning | mini editor for esa.io |
| Filstorlek | 150 KB |
| Antal Installationer | 15 |
| Aktuell Version | 0.3.2 |
| Senast Uppdaterad | 2020-07-26 |
| Publiceringsdatum | 2019-11-04 |
| Utvecklare | hyoshihara04 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/yoshihara/tsuibami |
| Hjälpsida URL | https://github.com/yoshihara/tsuibami/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tsuibami",
"version": "0.3.2",
"manifest_version": 2,
"description": "mini editor for esa.io",
"permissions": [
"storage",
"https:\/\/api.esa.io\/v1\/"
],
"options_page": "options.html",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "Command+I"
}
}
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "tsuibami",
"default_popup": "index.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |