X2Image

Convert your tweets to stylish images

X2Imageとは何ですか?

X2Imageはhttps://x2image.appによって開発されたChromeの拡張機能で、その主な機能は「Convert your tweets to stylish images」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

X2Image拡張機能のCRXファイルをダウンロード

X2Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}