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
官方網址 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"
            ]
        }
    ]
}