Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Wat is Twitter Favorites Extension?
Twitter Favorites Extension is een Chrome-extensie ontwikkeld door tom, en de belangrijkste functie is "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Favorites Extension
Download Twitter Favorites Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Beschrijving | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
Bestandsgrootte | 6.96 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-11-06 |
Publicatiedatum | 2015-11-06 |
Ontwikkelaar | tom |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |