Vk Photo (nice pictures)

Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe

Co to jest Vk Photo (nice pictures)?

Vk Photo (nice pictures) to rozszerzenie Chrome opracowane przez https://azure.pp.ua, a jego główną funkcją jest „Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vk Photo (nice pictures)

Pobierz pliki rozszerzeń Vk Photo (nice pictures) 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

                        Expanded area for pictures (almost fullscreen) for more comfortable view. No flipping of the picture area when browsing pictures with different sizes/orientations. You still can navigate photo albums with cursor keys on your keyboard.
Feel free to contact me with any suggestions about visual improvements and usability.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vk Photo (nice pictures) Vk Photo (nice pictures)
ID kjjojbiilieohmnmhmhdeildipalepcf
Oficjalny URL https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf
Opis Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
Rozmiar pliku 19.63 KB
Liczba instalacji 108
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2013-12-29
Data Publikacji 2013-12-29
Ocena 2.29/5 Łącznie 7 Oceny
Deweloper https://azure.pp.ua
Typ Płatności free
Obsługiwane Języki en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "0.1.1",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ],
            "css": [
                "photo.css"
            ]
        }
    ]
}