Better view in Yandex Browser Alpha

You can setting top panel and tabs panel for every site in Yandex Browser Alpha

Better view in Yandex Browser Alphaとは何ですか?

Better view in Yandex Browser Alphaはymatuhinによって開発されたChromeの拡張機能で、その主な機能は「You can setting top panel and tabs panel for every site in Yandex Browser Alpha」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Better view in Yandex Browser Alpha拡張機能のCRXファイルをダウンロード

Better view in Yandex Browser Alpha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        That extension allows to adjust a type of the internal interface (tabs and the navigation panel) in the alpha version of the new Yandex.Browser.

Works only in the alpha version of the new Yandex.Browser.
If you want to download that browser – http://browser.yandex.com/future

P.S. Keybind from keyboard like Copy, Cut, Paste, Select All and others features don't work in extension page – it's Yandex bug, I cannot do anything with it, but you can use right mouse click, and choose this options.                    

拡張機能の基本情報

名前 Better view in Yandex Browser Alpha Better view in Yandex Browser Alpha
ID decgiiggbfdoeacommbkaaihhcfflcda
公式URL https://chrome.google.com/webstore/detail/better-view-in-yandex-bro/decgiiggbfdoeacommbkaaihhcfflcda
説明 You can setting top panel and tabs panel for every site in Yandex Browser Alpha
ファイルサイズ 51.87 KB
インストール数 248
現在のバージョン 0.0.12
最終更新日 2015-05-13
公開日 2015-05-13
評価 4.83/5 合計 6 レビュー
開発者 ymatuhin
支払い方法 free
拡張機能のウェブサイト https://ymatuhin.github.io/yandex-browser
ヘルプページのURL https://ymatuhin.github.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better view in Yandex Browser Alpha",
    "version": "0.0.12",
    "manifest_version": 2,
    "description": "You can setting top panel and tabs panel for every site in Yandex Browser Alpha",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Better view in Yandex Browser",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}