Maimodorun

maimodorun: Save and recovery tool for text on kintone

What is Maimodorun?

Maimodorun is a Chrome extension developed by emiksk, and its main feature is "maimodorun: Save and recovery tool for text on kintone".

Extension Screenshots

screenshot

Download Maimodorun Extension CRX File

Download Maimodorun extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Maimodorun is a chrome extension to recover unsaved texts on Rich Text Editor(RTE) for kintone.

Features:
- Automatically save text on RTE in kintone.
- Restore the saved text into the original RTE.                    

Extension Basic Information

Name Maimodorun Maimodorun
ID jmnglgjnipfbeocefaocjogobbindnpl
Official URL https://chromewebstore.google.com/detail/maimodorun/jmnglgjnipfbeocefaocjogobbindnpl
Description maimodorun: Save and recovery tool for text on kintone
File Size 97.77 KB
Installation Count 339
Current Version 2.1.1
Last Updated 2023-07-04
Publish Date 2019-02-27
Developer emiksk
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.1",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "19": "assets\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-2f72239d.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index-9e9be85e.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader-cff04eb6.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/icon48.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client-f3af8226.js",
                "assets\/extension-3dba0efc.js",
                "assets\/index.ts-583c1f89.js",
                "assets\/index.ts-595e3b81.js"
            ],
            "use_dynamic_url": true
        }
    ]
}