Marktone

Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.

Marktoneとは何ですか?

Marktoneはgantaによって開発されたChromeの拡張機能で、その主な機能は「Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can use Markdown with people, spaces, and record comments on kintone.

This extension is my own personal work and does not have any relationship with Cybozu, Inc. or any other organization which I belong to.                    

拡張機能の基本情報

名前 Marktone Marktone
ID mmplkelbljbdkdcagoffbcbaeaccedlk
公式URL https://chromewebstore.google.com/detail/marktone/mmplkelbljbdkdcagoffbcbaeaccedlk
説明 Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.
ファイルサイズ 1.94 MB
インストール数 667
現在のバージョン 1.7.0
最終更新日 2022-11-26
公開日 2020-05-25
評価 5.00/5 合計 1 レビュー
開発者 ganta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ganta/marktone
ヘルプページのURL https://github.com/ganta/marktone/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marktone",
    "version": "1.7.0",
    "description": "Change a Rich Text input area on kintone https:\/\/kintone.cybozu.co.jp\/ to the Markdown input area.",
    "homepage_url": "https:\/\/github.com\/ganta\/marktone",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initialization.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/k\/*",
                "https:\/\/*.cybozu-dev.com\/k\/*",
                "https:\/\/*.kintone.com\/k\/*",
                "https:\/\/*.kintone-dev.com\/k\/*",
                "https:\/\/*.cybozu.cn\/k\/*",
                "https:\/\/*.cybozu-dev.cn\/k\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Marktone"
    }
}