Twitter Favorites Extension

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

Co je Twitter Favorites Extension?

Twitter Favorites Extension je rozšíření Chrome vyvinuté tom, a jeho hlavní funkcí je „One-click access to the tweets you've added as favorites, from anywhere on Twitter.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Favorites Extension

Stáhněte si soubory rozšíření Twitter Favorites Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Favorites Extension Twitter Favorites Extension
ID jnganbhhcbognjlgcccaimofpgjjpgbl
Oficiální URL https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl
Popis One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Velikost souboru 6.96 KB
Počet instalací 10
Aktuální Verze 0.1.0
Poslední Aktualizace 2015-11-06
Datum Vydání 2015-11-06
Vývojář tom
Typ Platby free
Podporované Jazyky 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\/"
    ]
}