X2Image

Convert your tweets to stylish images

X2Image란 무엇입니까?

X2Image은(는) https://x2image.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your tweets to stylish images"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

X2Image 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Content creation tool for X users. Take stylish tweet screenshots. Add your branding. Share on LinkedIn, Instagram, Pinterest, and more.                    

확장 프로그램 기본 정보

이름 X2Image X2Image
ID oeagafnbbddniopccnkgpojniljnpmmm
공식 URL https://chromewebstore.google.com/detail/x2image/oeagafnbbddniopccnkgpojniljnpmmm
설명 Convert your tweets to stylish images
파일 크기 44.14 MB
설치 횟수 72
현재 버전 1.2.5
최근 업데이트 2023-11-08
출시 날짜 2023-03-10
평점 4.00/5 총 4 개의 평점
개발자 https://x2image.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://x2image.app
개인정보 보호 정책 페이지 URL https://www.x2image.app/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X2Image",
    "version": "1.2.5",
    "icons": {
        "16": "assets\/icons\/logoBird16.png",
        "48": "assets\/icons\/logoBird48.png",
        "128": "assets\/icons\/logoBird128.png"
    },
    "description": "Convert your tweets to stylish images",
    "homepage_url": "https:\/\/x2image.app",
    "short_name": "X2image",
    "web_accessible_resources": [
        {
            "resources": [
                "redirect.html",
                "popup.html",
                "plans.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "oauth2": {
        "client_id": "oeagafnbbddniopccnkgpojniljnpmmm",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "author": "mountainlabs",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logoBird16.png",
            "48": "assets\/icons\/logoBird48.png",
            "128": "assets\/icons\/logoBird128.png"
        },
        "default_title": "x2image"
    },
    "plans_page": "plans.html",
    "options_ui": {
        "page": "plans.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}