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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download tweets, followers, likes and more from Twitter to Excel with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twlets: Twitter to Excel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |