Twlets: Twitter to Excel
Download tweets, followers, likes and more from Twitter to Excel with a single click.
Was ist Twlets: Twitter to Excel?
Twlets: Twitter to Excel ist eine Chrome-Erweiterung, die von https://twlets.com entwickelt wurde, und ihr Hauptmerkmal ist "Download tweets, followers, likes and more from Twitter to Excel with a single click.".
Erweiterungsscreenshots
Twlets: Twitter to Excel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twlets: Twitter to Excel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | glmadnnfibhnhgboophnodnhbjdogiec |
Offizielle URL | https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec |
Beschreibung | Download tweets, followers, likes and more from Twitter to Excel with a single click. |
Dateigröße | 27.22 KB |
Installationsanzahl | 11,281 |
Aktuelle Version | 0.3.1 |
Letztes Update | 2020-12-14 |
Veröffentlichungsdatum | 2019-05-26 |
Bewertung | 2.96/5 Insgesamt 70 Bewertungen |
Entwickler | https://twlets.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://twlets.com |
Unterstützte Sprachen | 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" } |