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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can setting top panel and tabs panel for every site in Yandex Browser Alpha"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better view in Yandex Browser Alpha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}