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

什麼是Vk Photo (nice pictures)?

Vk Photo (nice pictures)是由https://azure.pp.ua開發的Chrome擴展程式,該擴展的主要功能是“Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Vk Photo (nice pictures)擴展crx文件

下載Vk Photo (nice pictures)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Vk Photo (nice pictures) Vk Photo (nice pictures)
ID kjjojbiilieohmnmhmhdeildipalepcf
官方網址 https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf
簡介 Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
檔案大小 19.63 KB
安裝次數 108
目前版本 0.1.1
更新時間 2013-12-29
上架時間 2013-12-29
評分 2.29/5 共 7 次評分
開發者 https://azure.pp.ua
付費類型 free
支援的語言 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"
            ]
        }
    ]
}