Marktone

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

Wat is Marktone?

Marktone is een Chrome-extensie ontwikkeld door ganta, en de belangrijkste functie is "Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Marktone

Download Marktone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Marktone Marktone
ID mmplkelbljbdkdcagoffbcbaeaccedlk
Officiële URL https://chromewebstore.google.com/detail/marktone/mmplkelbljbdkdcagoffbcbaeaccedlk
Beschrijving Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.
Bestandsgrootte 1.94 MB
Aantal Installaties 667
Huidige Versie 1.7.0
Laatst Bijgewerkt 2022-11-26
Publicatiedatum 2020-05-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ganta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ganta/marktone
Help Pagina-URL https://github.com/ganta/marktone/issues
Ondersteunde Talen 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"
    }
}