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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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:\/\/*\/*" ] } |