Only One Window!

Moves all tabs into the active window.

Vad är Only One Window!?

Only One Window! är en Chrome-tillägg utvecklad av barmassimo, och dess huvudfunktion är "Moves all tabs into the active window.".

Tilläggsskärmbilder

screenshot

Ladda ner Only One Window!-förlängningens CRX-fil

Ladda ner Only One Window!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension group all tabs  in only one window. 
You can do this by pressing CTRL + SHIFT + L, or by clicking on the extension icon.                    

Grundläggande Information om Tillägg

Namn Only One Window! Only One Window!
ID dglfomdgahnjfpkapfgcafpgekceglil
Officiell webbadress https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil
Beskrivning Moves all tabs into the active window.
Filstorlek 5.5 KB
Antal Installationer 48
Aktuell Version 1.0.1
Senast Uppdaterad 2021-10-21
Publiceringsdatum 2021-10-21
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare barmassimo
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only One Window!",
    "description": "Moves all tabs into the active window.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "\/images\/ico_16.png",
            "32": "\/images\/ico_32.png",
            "48": "\/images\/ico_48.png",
            "128": "\/images\/ico_128.png"
        }
    },
    "icons": {
        "16": "\/images\/ico_16.png",
        "32": "\/images\/ico_32.png",
        "48": "\/images\/ico_48.png",
        "128": "\/images\/ico_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}