tsuibami

mini editor for esa.io

tsuibamiとは何ですか?

tsuibamiはhyoshihara04によって開発されたChromeの拡張機能で、その主な機能は「mini editor for esa.io」です。

拡張機能のスクリーンショット

screenshot

tsuibami拡張機能のCRXファイルをダウンロード

tsuibami拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}