Better view in Yandex Browser Alpha

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

O que é Better view in Yandex Browser Alpha?

Better view in Yandex Browser Alpha é uma extensão do Chrome desenvolvida por ymatuhin, e sua principal característica é "You can setting top panel and tabs panel for every site in Yandex Browser Alpha".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Better view in Yandex Browser Alpha

Baixe arquivos de extensão Better view in Yandex Browser Alpha no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Better view in Yandex Browser Alpha Better view in Yandex Browser Alpha
ID decgiiggbfdoeacommbkaaihhcfflcda
URL Oficial https://chrome.google.com/webstore/detail/better-view-in-yandex-bro/decgiiggbfdoeacommbkaaihhcfflcda
Descrição You can setting top panel and tabs panel for every site in Yandex Browser Alpha
Tamanho do Arquivo 51.87 KB
Contagem de Instalações 248
Versão Atual 0.0.12
Última Atualização 2015-05-13
Data de Publicação 2015-05-13
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor ymatuhin
Tipo de Pagamento free
Site da Extensão https://ymatuhin.github.io/yandex-browser
URL da Página de Ajuda https://ymatuhin.github.io/
Idiomas Suportados 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:\/\/*\/*"
    ]
}