Virtual Desktops

Place Chrome windows on virtual desktops using a tiling grid

Virtual Desktops क्या है?

Virtual Desktops Rudolf Polzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Place Chrome windows on virtual desktops using a tiling grid"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Virtual Desktops एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}