Twitter original images (miki-shirusi)

Display the images in its original size on twitter.com when clicked tweet.

Co je Twitter original images (miki-shirusi)?

Twitter original images (miki-shirusi) je rozšíření Chrome vyvinuté http://mikiishijima.com, a jeho hlavní funkcí je „Display the images in its original size on twitter.com when clicked tweet.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitter original images (miki-shirusi)

Stáhněte si soubory rozšíření Twitter original images (miki-shirusi) 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í

                        Display the images in its original size on twitter.com when clicked tweet.
So simple & minimum codes. Lightweight extension.

v.1.1 2016/07/25
[fixed]    collapse gallery content when show too big original image.
[added]  The original image displayed on the toggle has to be switched.
[added]  Shortcut key 'O' is now available .                    

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

Název Twitter original images (miki-shirusi) Twitter original images (miki-shirusi)
ID gngemdehcfeffjiifgpjedncfppnmcko
Oficiální URL https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko
Popis Display the images in its original size on twitter.com when clicked tweet.
Velikost souboru 48.92 KB
Počet instalací 373
Aktuální Verze 1.2
Poslední Aktualizace 2016-07-25
Datum Vydání 2016-07-25
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář http://mikiishijima.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "TOI",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/twitter.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.0.0.min.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toi-icon.png"
    ]
}