Chirr App

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

Chirr App là gì?

Chirr App là một tiện ích mở rộng Chrome được phát triển bởi https://getchirrapp.com, và tính năng chính của nó là "Turn a blog post into a Twitter thread in a single click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chirr App

Tải xuống các tệp mở rộng Chirr App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chirr App Chirr App
ID cmbconaimdngicdnbpjnjocbpkdpmfkg
URL Chính Thức https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg
Mô tả Turn a blog post into a Twitter thread in a single click
Kích Thước Tệp 10.7 KB
Số Lần Cài Đặt 1,553
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-10-31
Ngày Phát Hành 2020-10-26
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://getchirrapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getchirrapp.com/extension
URL Trang Trợ Giúp https://twitter.com/kossnocorp
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}