Virtual Desktops
Place Chrome windows on virtual desktops using a tiling grid
Τι είναι το Virtual Desktops;
Το Virtual Desktops είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rudolf Polzer, και η κύρια λειτουργία του είναι "Place Chrome windows on virtual desktops using a tiling grid".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Virtual Desktops
Λήψη αρχείων επέκτασης Virtual Desktops σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension provides virtual desktop capabilities for ChromeOS, and some more. Current Features ---------------- * Create virtual desktops. Move windows between them via keyboard shortcuts. * Position windows on a tiling grid layout via keyboard shortcuts. Note: to use the keyboard shortcuts (which is highly advisable), go to this extension's settings and use the "Keyboard shortcuts" button to set a shortcut to launch this extension. Alternatively, use the default shortcut of [Shift]-[Alt]-d. The following keyboard commands are available (where [Modifier] is any modifier from Shift, Ctrl, Alt and Command, as per your preference, and [Shortcut] is your configured keyboard shortcut, which is [Shift]-[Alt]-d by default): * [Shortcut] q: Move the current window to the top left (other position/size keys are displayed in the popup). * [Shortcut] [Modifier]-q: Extract the current tab from the current window, and move it to the top left (other position/size keys are displayed in the popup). * [Shortcut] [Left]: Switch to the previous virtual desktop. * [Shortcut] [Modifier]-[Left]: Send the current window to the previous virtual desktop. * [Shortcut] [Modifier]-[Right]: Send the current window to the next virtual desktop. * [Shortcut] [Right]: Switch to the next virtual desktop.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Virtual Desktops |
ID | migbdolpkobiafpigleooabjcbpkcdpd |
Επίσημο URL | https://chromewebstore.google.com/detail/virtual-desktops/migbdolpkobiafpigleooabjcbpkcdpd |
Περιγραφή | Place Chrome windows on virtual desktops using a tiling grid |
Μέγεθος Αρχείου | 20.77 KB |
Αριθμός Εγκαταστάσεων | 1,877 |
Τρέχουσα Έκδοση | 0.6.0 |
Τελευταία Ενημέρωση | 2018-06-18 |
Ημερομηνία Δημοσίευσης | 2018-06-18 |
Αξιολόγηση | 2.92/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Rudolf Polzer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/google/virtualdesktops-extension |
URL της Σελίδας Πολιτικής Απορρήτου | https://gist.github.com/divVerent/0356f9abdfcabc61f7ad6302ed554383 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Virtual Desktops", "icons": { "48": "icons\/virtualdesktops48.png", "128": "icons\/virtualdesktops128.png" }, "version": "0.6.0", "description": "Place Chrome windows on virtual desktops using a tiling grid", "permissions": [], "background": { "scripts": [ "compiled\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Virtual Desktops", "default_popup": "client.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+D" } } }, "options_page": "options_page.html" } |