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
官方網址 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"
            ]
        }
    ]
}