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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}