tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
Cos'è tweetflick?
tweetflick è un'estensione di Chrome sviluppata da tweetflickapp, e la sua funzione principale è "The smart way to save, organise, and access the tweets and threads you find useful.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tweetflick
Scarica i file di estensione tweetflick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mcneiehjehnljcginchohedbnncpejdl |
URL Ufficiale | https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl |
Descrizione | The smart way to save, organise, and access the tweets and threads you find useful. |
Dimensione del File | 1.15 MB |
Conteggio Installazioni | 266 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2023-02-05 |
Data di Pubblicazione | 2020-12-26 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | tweetflickapp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tweetflick.com/ |
URL della Pagina della Politica sulla Privacy | https://tweetflick.com/privacy |
Lingue Supportate | 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\/*" ] } |