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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |