Chirr App

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

Wat is Chirr App?

Chirr App is een Chrome-extensie ontwikkeld door https://getchirrapp.com, en de belangrijkste functie is "Turn a blog post into a Twitter thread in a single click".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chirr App

Download Chirr App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chirr App Chirr App
ID cmbconaimdngicdnbpjnjocbpkdpmfkg
Officiële URL https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg
Beschrijving Turn a blog post into a Twitter thread in a single click
Bestandsgrootte 10.7 KB
Aantal Installaties 1,553
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-10-31
Publicatiedatum 2020-10-26
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://getchirrapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getchirrapp.com/extension
Help Pagina-URL https://twitter.com/kossnocorp
Ondersteunde Talen 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"
            ]
        }
    ]
}