tsuibami

mini editor for esa.io

tsuibami란 무엇입니까?

tsuibami은(는) hyoshihara04에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "mini editor for esa.io"입니다.

확장 프로그램 스크린샷

screenshot

tsuibami 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 tsuibami tsuibami
ID fdlmhgjffhgfdgcihijjlfgglhkkbghn
공식 URL https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn
설명 mini editor for esa.io
파일 크기 150 KB
설치 횟수 15
현재 버전 0.3.2
최근 업데이트 2020-07-26
출시 날짜 2019-11-04
개발자 hyoshihara04
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yoshihara/tsuibami
도움말 페이지 URL https://github.com/yoshihara/tsuibami/issues
지원되는 언어 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"
    }
}