Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Vad är Twitter Favorites Extension?
Twitter Favorites Extension är en Chrome-tillägg utvecklad av tom, och dess huvudfunktion är "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
Tilläggsskärmbilder
Ladda ner Twitter Favorites Extension-förlängningens CRX-fil
Ladda ner Twitter Favorites Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Beskrivning | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
Filstorlek | 6.96 KB |
Antal Installationer | 10 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2015-11-06 |
Publiceringsdatum | 2015-11-06 |
Utvecklare | tom |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |