X2Image

Convert your tweets to stylish images

X2Image là gì?

X2Image là một tiện ích mở rộng Chrome được phát triển bởi https://x2image.app, và tính năng chính của nó là "Convert your tweets to stylish images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng X2Image

Tải xuống các tệp mở rộng X2Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên X2Image X2Image
ID oeagafnbbddniopccnkgpojniljnpmmm
URL Chính Thức https://chromewebstore.google.com/detail/x2image/oeagafnbbddniopccnkgpojniljnpmmm
Mô tả Convert your tweets to stylish images
Kích Thước Tệp 44.14 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2023-03-10
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://x2image.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://x2image.app
URL Trang Chính Sách Bảo Mật https://www.x2image.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}