tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
Τι είναι το tweetflick;
Το tweetflick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tweetflickapp, και η κύρια λειτουργία του είναι "The smart way to save, organise, and access the tweets and threads you find useful.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tweetflick
Λήψη αρχείων επέκτασης tweetflick σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |