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
官方網址 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"
    }
}