Twitter Favorites Extension

One-click access to the tweets you've added as favorites, from anywhere on Twitter.

Hvad er Twitter Favorites Extension?

Twitter Favorites Extension er en Chrome-udvidelse udviklet af tom, og dens hovedfunktion er "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".

Udvidelsesskærmbilleder

screenshot

Download Twitter Favorites Extension-udvidelses-CRX-fil

Download Twitter Favorites Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Twitter Favorites Extension Twitter Favorites Extension
ID jnganbhhcbognjlgcccaimofpgjjpgbl
Officiel URL https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl
Beskrivelse One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Filstørrelse 6.96 KB
Antal Installationer 10
Nuværende Version 0.1.0
Senest Opdateret 2015-11-06
Udgivelsesdato 2015-11-06
Udvikler tom
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}