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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twlets.com และคุณลักษณะหลักของมันคือ "Download tweets, followers, likes and more from Twitter to Excel with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twlets: Twitter to Excel
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |