Twlets: Twitter to Excel

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

Co to jest Twlets: Twitter to Excel?

Twlets: Twitter to Excel to rozszerzenie Chrome opracowane przez https://twlets.com, a jego główną funkcją jest „Download tweets, followers, likes and more from Twitter to Excel with a single click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twlets: Twitter to Excel

Pobierz pliki rozszerzeń Twlets: Twitter to Excel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twlets: Twitter to Excel Twlets: Twitter to Excel
ID glmadnnfibhnhgboophnodnhbjdogiec
Oficjalny URL https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec
Opis Download tweets, followers, likes and more from Twitter to Excel with a single click.
Rozmiar pliku 27.22 KB
Liczba instalacji 11,281
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2020-12-14
Data Publikacji 2019-05-26
Ocena 2.96/5 Łącznie 70 Oceny
Deweloper https://twlets.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://twlets.com
Obsługiwane Języki 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"
}