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 - это расширение Chrome, разработанное ymatuhin, и его основная функция - "You can setting top panel and tabs panel for every site in Yandex Browser Alpha".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Better view in Yandex Browser Alpha

Скачайте файлы расширений 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:\/\/*\/*"
    ]
}