Twlets: Twitter to Excel

Download tweets, followers, likes and more from Twitter to Excel with a single click.

Cos'è Twlets: Twitter to Excel?

Twlets: Twitter to Excel è un'estensione di Chrome sviluppata da https://twlets.com, e la sua funzione principale è "Download tweets, followers, likes and more from Twitter to Excel with a single click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twlets: Twitter to Excel

Scarica i file di estensione Twlets: Twitter to Excel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Get any public Twitter user's tweets, followers, following, likes, replies, retweets, media (photos and videos) and list members' information (see twlets.com for the limits)...
Twlets allows you download (export) Twitter information as MS Excel (.XLSX) files.                    

Informazioni di Base sull'Estensione

Nome Twlets: Twitter to Excel Twlets: Twitter to Excel
ID glmadnnfibhnhgboophnodnhbjdogiec
URL Ufficiale https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec
Descrizione Download tweets, followers, likes and more from Twitter to Excel with a single click.
Dimensione del File 27.22 KB
Conteggio Installazioni 11,281
Versione Corrente 0.3.1
Ultimo Aggiornamento 2020-12-14
Data di Pubblicazione 2019-05-26
Valutazione 2.96/5 Totale 70 Valutazioni
Sviluppatore https://twlets.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://twlets.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Twlets"
    },
    "name": "Twlets: Twitter to Excel",
    "short_name": "Twlets",
    "description": "Download tweets, followers, likes and more from Twitter to Excel with a single click.",
    "homepage_url": "https:\/\/twlets.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/twlets.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "version": "0.3.1",
    "manifest_version": 2,
    "author": "Talha Oz"
}