tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
Qu'est-ce que tweetflick ?
tweetflick est une extension Chrome développée par tweetflickapp, et sa fonction principale est "The smart way to save, organise, and access the tweets and threads you find useful.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tweetflick
Téléchargez les fichiers d'extension tweetflick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mcneiehjehnljcginchohedbnncpejdl |
URL Officiel | https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl |
Description | The smart way to save, organise, and access the tweets and threads you find useful. |
Taille du Fichier | 1.15 MB |
Nombre d'Installations | 266 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2023-02-05 |
Date de Publication | 2020-12-26 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | tweetflickapp |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tweetflick.com/ |
URL de la Page de Politique de Confidentialité | https://tweetflick.com/privacy |
Langues Prises en Charge | 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\/*" ] } |