WebExtension.net
Toggle dark mode
WebExtension.net

Gmail 한글 파일명 첨부 도우미 - MacOS 자소분리(한글 깨짐) 현상 해결

View on Chrome Web Store
View Gmail 한글 파일명 첨부 도우미 - MacOS 자소분리(한글 깨짐) 현상 해결 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Gmail에서 파일 첨부 시 윈도우에서 한글 파일명의 깨짐 현상을 해결하는 도구입니다.
Type
Extension
Users
301 users
1
Website osoma.kr
오픈소스마케팅
View author page of 오픈소스마케팅
Published
Published on November 27, 2024
Version 1.1
Manifest version
3
Updated
Updated on November 30, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Gmail 한글 파일명 첨부 도우미 - MacOS 자소분리(한글 깨짐) 현상 해결 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail \ud55c\uae00 \ud30c\uc77c\uba85 \ucca8\ubd80 \ub3c4\uc6b0\ubbf8 - MacOS \uc790\uc18c\ubd84\ub9ac(\ud55c\uae00 \uae68\uc9d0) \ud604\uc0c1 \ud574\uacb0",
    "version": "1.1",
    "description": "Gmail\uc5d0\uc11c \ud30c\uc77c \ucca8\ubd80 \uc2dc \uc708\ub3c4\uc6b0\uc5d0\uc11c \ud55c\uae00 \ud30c\uc77c\uba85\uc758 \uae68\uc9d0 \ud604\uc0c1\uc744 \ud574\uacb0\ud558\ub294 \ub3c4\uad6c\uc785\ub2c8\ub2e4.",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top