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
官方URL 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"
            ]
        }
    ]
}