Twlets: Twitter to Excel
Download tweets, followers, likes and more from Twitter to Excel with a single click.
Twlets: Twitter to Excel là gì?
Twlets: Twitter to Excel là một tiện ích mở rộng Chrome được phát triển bởi https://twlets.com, và tính năng chính của nó là "Download tweets, followers, likes and more from Twitter to Excel with a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twlets: Twitter to Excel
Tải xuống các tệp mở rộng Twlets: Twitter to Excel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glmadnnfibhnhgboophnodnhbjdogiec |
URL Chính Thức | https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec |
Mô tả | Download tweets, followers, likes and more from Twitter to Excel with a single click. |
Kích Thước Tệp | 27.22 KB |
Số Lần Cài Đặt | 11,281 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2020-12-14 |
Ngày Phát Hành | 2019-05-26 |
Đánh Giá | 2.96/5 Tổng số 70 Đánh Giá |
Nhà Phát Triển | https://twlets.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://twlets.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |