Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

Co je Twitter Expander?

Twitter Expander je rozšíření Chrome vyvinuté http://rafaramos.com, a jeho hlavní funkcí je „This is extension will save you a click by displaying full images on your timeline ;)“.

Stáhnout soubor CRX rozšíření Twitter Expander

Stáhněte si soubory rozšíření Twitter Expander 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í

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

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

Název Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
Oficiální URL https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
Popis This is extension will save you a click by displaying full images on your timeline ;)
Velikost souboru 26.18 KB
Počet instalací 17
Aktuální Verze 1.0
Poslední Aktualizace 2014-06-25
Datum Vydání 2014-06-25
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář http://rafaramos.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}