Chirr App

Turn a blog post into a Twitter thread in a single click

Chirr Appคืออะไร?

Chirr App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getchirrapp.com และคุณลักษณะหลักของมันคือ "Turn a blog post into a Twitter thread in a single click"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chirr App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chirr App is the best way to craft, preview, and schedule Twitter threads.

The Chrome extension allows automatically converting a blog post into a Twitter thread.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chirr App Chirr App
ID cmbconaimdngicdnbpjnjocbpkdpmfkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg
คำอธิบาย Turn a blog post into a Twitter thread in a single click
ขนาดไฟล์ 10.7 KB
จำนวนการติดตั้ง 1,553
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-10-31
วันที่เผยแพร่ 2020-10-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://getchirrapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getchirrapp.com/extension
URL หน้าช่วยเหลือ https://twitter.com/kossnocorp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chirr App",
    "version": "1.1.0",
    "description": "Turn a blog post into a Twitter thread in a single click",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "toolbarLight.png"
        },
        "default_title": "Chirr App"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "global.js"
            ]
        }
    ]
}