tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
tweetflick क्या है?
tweetflick tweetflickapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The smart way to save, organise, and access the tweets and threads you find useful."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tweetflick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The best way to save, organize, and access the tweets and threads you find most useful. Tweetflick is your personal bookmark manager designed for Twitter power users. Build your LIBRARY OF TWEETS. Save. Organize. Search your tweets like pro. SAVE WITH ONE CLICK. Just hit the icon in our Chrome extension that appears on each tweet in your Twitter timeline. ORGANIZE IMMEDIATELY. Instantly save to one of your collections and add tags to help find tweets later. ADVANCED SEARCH Use our search bar and advanced filters to extract and fetch your tweets like pro. To use this extension you must first sign in at https://tweetflick.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mcneiehjehnljcginchohedbnncpejdl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl |
विवरण | The smart way to save, organise, and access the tweets and threads you find useful. |
फ़ाइल का आकार | 1.15 MB |
स्थापना संख्या | 266 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2023-02-05 |
प्रकाशन तिथि | 2020-12-26 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | tweetflickapp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tweetflick.com/ |
गोपनीयता नीति पृष्ठ URL | https://tweetflick.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tweetflick", "description": "The smart way to save, organise, and access the tweets and threads you find useful.", "version": "2.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "tweetflick", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ], "css": [ "tags.css" ] } ], "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/tweetflick.com\/*", "https:\/\/app.tweetflick.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetflick-front.axeldemos.com\/*", "https:\/\/tweetflick-landing.axeldemos.com\/*" ] } |