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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}