Maimodorun

maimodorun: Save and recovery tool for text on kintone

Maimodorun là gì?

Maimodorun là một tiện ích mở rộng Chrome được phát triển bởi emiksk, và tính năng chính của nó là "maimodorun: Save and recovery tool for text on kintone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Maimodorun

Tải xuống các tệp mở rộng Maimodorun dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Maimodorun Maimodorun
ID jmnglgjnipfbeocefaocjogobbindnpl
URL Chính Thức https://chromewebstore.google.com/detail/maimodorun/jmnglgjnipfbeocefaocjogobbindnpl
Mô tả maimodorun: Save and recovery tool for text on kintone
Kích Thước Tệp 97.77 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2023-07-04
Ngày Phát Hành 2019-02-27
Nhà Phát Triển emiksk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}