Twlets: Twitter to Excel
Download tweets, followers, likes and more from Twitter to Excel with a single click.
Qu'est-ce que Twlets: Twitter to Excel ?
Twlets: Twitter to Excel est une extension Chrome développée par https://twlets.com, et sa fonction principale est "Download tweets, followers, likes and more from Twitter to Excel with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twlets: Twitter to Excel
Téléchargez les fichiers d'extension Twlets: Twitter to Excel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | glmadnnfibhnhgboophnodnhbjdogiec |
URL Officiel | https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec |
Description | Download tweets, followers, likes and more from Twitter to Excel with a single click. |
Taille du Fichier | 27.22 KB |
Nombre d'Installations | 11,281 |
Version Actuelle | 0.3.1 |
Dernière Mise à Jour | 2020-12-14 |
Date de Publication | 2019-05-26 |
Évaluation | 2.96/5 Total 70 Évaluations |
Développeur | https://twlets.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://twlets.com |
Langues Prises en Charge | 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" } |