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"
            ]
        }
    ]
}