Chirr App

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

Chirr Appとは何ですか?

Chirr Appはhttps://getchirrapp.comによって開発されたChromeの拡張機能で、その主な機能は「Turn a blog post into a Twitter thread in a single click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Chirr App拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}