X2Image

Convert your tweets to stylish images

X2Imageคืออะไร?

X2Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://x2image.app และคุณลักษณะหลักของมันคือ "Convert your tweets to stylish images"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X2Image

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}