Twlets: Twitter to Excel
Download tweets, followers, likes and more from Twitter to Excel with a single click.
什麼是Twlets: Twitter to Excel?
Twlets: Twitter to Excel是由https://twlets.com開發的Chrome擴展程式,該擴展的主要功能是“Download tweets, followers, likes and more from Twitter to Excel with a single click.”。
擴展截圖
下載Twlets: Twitter to Excel擴展crx文件
下載Twlets: Twitter to Excel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | glmadnnfibhnhgboophnodnhbjdogiec |
官方網址 | https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec |
簡介 | Download tweets, followers, likes and more from Twitter to Excel with a single click. |
檔案大小 | 27.22 KB |
安裝次數 | 11,281 |
目前版本 | 0.3.1 |
更新時間 | 2020-12-14 |
上架時間 | 2019-05-26 |
評分 | 2.96/5 共 70 次評分 |
開發者 | https://twlets.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://twlets.com |
支援的語言 | 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" } |