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
电子邮箱 [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"
            ]
        }
    ]
}