Marktone

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

Qu'est-ce que Marktone ?

Marktone est une extension Chrome développée par ganta, et sa fonction principale est "Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Marktone

Téléchargez les fichiers d'extension Marktone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Marktone Marktone
ID mmplkelbljbdkdcagoffbcbaeaccedlk
URL Officiel https://chromewebstore.google.com/detail/marktone/mmplkelbljbdkdcagoffbcbaeaccedlk
Description Change a Rich Text input area on kintone https://kintone.cybozu.co.jp/ to the Markdown input area.
Taille du Fichier 1.94 MB
Nombre d'Installations 667
Version Actuelle 1.7.0
Dernière Mise à Jour 2022-11-26
Date de Publication 2020-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur ganta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ganta/marktone
URL de la Page d'Aide https://github.com/ganta/marktone/issues
Langues Prises en Charge 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"
    }
}