UtilEngine: Swiss Army Knife for Developers

UtilEngine is a browser extension that gives you all the tools you need to help boost productivity around work.

UtilEngine: Swiss Army Knife for Developersคืออะไร?

UtilEngine: Swiss Army Knife for Developers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UnveelWorks และคุณลักษณะหลักของมันคือ "UtilEngine is a browser extension that gives you all the tools you need to help boost productivity around work."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UtilEngine: Swiss Army Knife for Developers

ดาวน์โหลดไฟล์ส่วนขยาย UtilEngine: Swiss Army Knife for Developers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        UtilEngine gives you all the tools you need to help boost productivity around work. It never uploads your data, streamlines your workflow, and makes you more productive than ever. It’s designed by developers, for developers.

⚒️ Tools- 
Random String
Lorem Ipsum Generator
JSON Parser
ChatGPT Interface
Backslash Escape/Unescape
...much more
You can find all the tools here- https://utilengine.com/tools

More tools coming soon...

If you haven't bought this extension, you can buy it here - https://utilengine.com.

💡 Bug Report and Suggestions
To report a bug or for a feature request, you can send an e-mail to [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UtilEngine: Swiss Army Knife for Developers UtilEngine: Swiss Army Knife for Developers
ID abofkimhphnmiaphlfbciebjmdckcjhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utilengine-swiss-army-kni/abofkimhphnmiaphlfbciebjmdckcjhm
คำอธิบาย UtilEngine is a browser extension that gives you all the tools you need to help boost productivity around work.
ขนาดไฟล์ 16.68 MB
จำนวนการติดตั้ง 1,489
เวอร์ชันปัจจุบัน 0.2.91
อัปเดตครั้งล่าสุด 2023-07-30
วันที่เผยแพร่ 2022-06-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา UnveelWorks
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://utilengine.com
URL หน้านโยบายความเป็นส่วนตัว https://utilengine.com/eula
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UtilEngine: Swiss Army Knife for Developers",
    "short_name": "UtilEngine",
    "description": "UtilEngine is a browser extension that gives you all the tools you need to help boost productivity around work.",
    "homepage_url": "http:\/\/utilengine.com",
    "version": "0.2.91",
    "version_name": "0.2.91",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "split",
    "icons": {
        "128": "assets\/img\/logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "assets\/*",
                "vendors\/*",
                "html_beautify_minify_sandbox.html",
                "imageToTextSandbox.html",
                "js\/image_to_text\/imageToTextSandbox.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; worker-src 'self' blob:;"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.utilengine.com\/*"
            ],
            "js": [
                "js\/image_to_text\/imageToTextReader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "sandbox": {
        "pages": [
            "html_beautify_minify_sandbox.html",
            "imageToTextSandbox.html"
        ]
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/logo_16.png",
            "24": "assets\/img\/logo_24.png",
            "32": "assets\/img\/logo_32.png"
        },
        "default_title": "UtilEngine",
        "default_popup": "popup.html"
    },
    "commands": {
        "activate-ue": {
            "description": "Activate UtilEngine",
            "suggested_key": {
                "default": "Alt+U",
                "mac": "Alt+U"
            }
        },
        "enable-random_string": {
            "description": "Enable Random String Generator"
        },
        "enable-lorem_ipsum_generator": {
            "description": "Enable Loren Ipsum Generator"
        },
        "enable-json_parser": {
            "description": "Enable JSON Parser"
        },
        "enable-chatgpt": {
            "description": "Enable ChatGPT interface"
        },
        "enable-backslash_escape_unescape": {
            "description": "Enable Backslash Escape\/Unescape"
        },
        "enable-url_parser": {
            "description": "Enable URL Parser"
        },
        "enable-url_encode_decode": {
            "description": "Enable URL Encoder\/Decoder"
        },
        "enable-image_to_text": {
            "description": "Enable Image to Text"
        },
        "enable-html_sanitizer": {
            "description": "Enable HTML Sanitizer"
        },
        "enable-html_beautify_minify": {
            "description": "Enable HTML Beautify\/Minify"
        },
        "enable-html_preview": {
            "description": "Enable HTML Preview"
        },
        "enable-markdown_preview": {
            "description": "Enable Markdown Preview"
        },
        "enable-sql_formatter": {
            "description": "Enable SQL Formatter"
        },
        "enable-rsa_key_generator": {
            "description": "Enable RSA Key Generator"
        },
        "enable-text_inspector": {
            "description": "Enable Text Inspector"
        },
        "enable-text_diff": {
            "description": "Enable Text Diff"
        },
        "enable-text_case_converter": {
            "description": "Enable Text Case Converter"
        },
        "enable-base64_image_encode_decode": {
            "description": "Enable Base64 Image Encoder\/Decoder"
        },
        "enable-base64_string_encode_decode": {
            "description": "Enable Base64 String Encoder\/Decoder"
        },
        "enable-webp_converter": {
            "description": "Enable Webp Converter"
        },
        "enable-yaml_to_json": {
            "description": "Enable YAML to JSON Converter"
        },
        "enable-json_to_yaml": {
            "description": "Enable JSON to YAML Converter"
        },
        "enable-placeholder_image_generator": {
            "description": "Enable Placeholder Image Generator"
        },
        "enable-svg_viewer": {
            "description": "Enable SVG Viewer"
        }
    }
}