Chrommander - tab navigator
Use Chrommander's search box to quickly jump to any opened tab or bookmark.
Τι είναι το Chrommander - tab navigator;
Το Chrommander - tab navigator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simon Soriano, και η κύρια λειτουργία του είναι "Use Chrommander's search box to quickly jump to any opened tab or bookmark.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrommander - tab navigator
Λήψη αρχείων επέκτασης Chrommander - tab navigator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use Chrommander's search box to quickly jump to any opened tab or bookmark. Features: - Press `Ctrl+P` in MacOS or `Ctrl+Shift+P` in the rest of operating systems, and you'll see a list with all the currently opened tabs. - Move within the list of results using the up and down arrow keys or the mouse - Type in the search box to filter the results - Search for bookmarks by typing "b" at the beginning and then the name of the bookmark that you want to open - Select the tab or bookmark that you want to open and press enter or click on it https://github.com/simon0191/chrommander
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chrommander - tab navigator |
ID | ebbmganccobhlpcbkmodhiclngkbkcci |
Επίσημο URL | https://chromewebstore.google.com/detail/chrommander-tab-navigator/ebbmganccobhlpcbkmodhiclngkbkcci |
Περιγραφή | Use Chrommander's search box to quickly jump to any opened tab or bookmark. |
Μέγεθος Αρχείου | 490 KB |
Αριθμός Εγκαταστάσεων | 130 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2018-08-19 |
Ημερομηνία Δημοσίευσης | 2018-08-19 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Simon Soriano |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/simon0191/chrommander |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/simon0191/chrommander/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrommander - tab navigator", "short_name": "Chrommander", "version": "0.0.2", "description": "Use Chrommander's search box to quickly jump to any opened tab or bookmark.", "author": "@simon0191", "browser_action": { "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/bundle.js" ] }, "content_scripts": [ { "matches": [ " |