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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | decgiiggbfdoeacommbkaaihhcfflcda |
官方網址 | 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:\/\/*\/*" ] } |