Twitter original images (miki-shirusi)

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

Co to jest Twitter original images (miki-shirusi)?

Twitter original images (miki-shirusi) to rozszerzenie Chrome opracowane przez http://mikiishijima.com, a jego główną funkcją jest „Display the images in its original size on twitter.com when clicked tweet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter original images (miki-shirusi)

Pobierz pliki rozszerzeń Twitter original images (miki-shirusi) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 .                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter original images (miki-shirusi) Twitter original images (miki-shirusi)
ID gngemdehcfeffjiifgpjedncfppnmcko
Oficjalny URL https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko
Opis Display the images in its original size on twitter.com when clicked tweet.
Rozmiar pliku 48.92 KB
Liczba instalacji 373
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-07-25
Data Publikacji 2016-07-25
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper http://mikiishijima.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}