Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Cos'è Twitter Favorites Extension?
Twitter Favorites Extension è un'estensione di Chrome sviluppata da tom, e la sua funzione principale è "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Favorites Extension
Scarica i file di estensione Twitter Favorites Extension 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
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
Informazioni di Base sull'Estensione
Nome | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Descrizione | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
Dimensione del File | 6.96 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2015-11-06 |
Data di Pubblicazione | 2015-11-06 |
Sviluppatore | tom |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |