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
电子邮箱 [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"
            ]
        }
    ]
}