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 là gì?
Better view in Yandex Browser Alpha là một tiện ích mở rộng Chrome được phát triển bởi ymatuhin, và tính năng chính của nó là "You can setting top panel and tabs panel for every site in Yandex Browser Alpha".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better view in Yandex Browser Alpha
Tải xuống các tệp mở rộng Better view in Yandex Browser Alpha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | decgiiggbfdoeacommbkaaihhcfflcda |
URL Chính Thức | https://chrome.google.com/webstore/detail/better-view-in-yandex-bro/decgiiggbfdoeacommbkaaihhcfflcda |
Mô tả | You can setting top panel and tabs panel for every site in Yandex Browser Alpha |
Kích Thước Tệp | 51.87 KB |
Số Lần Cài Đặt | 248 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2015-05-13 |
Ngày Phát Hành | 2015-05-13 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | ymatuhin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ymatuhin.github.io/yandex-browser |
URL Trang Trợ Giúp | https://ymatuhin.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |