Window Splitter
This extension lets the user split a window by the desired tab number.
Co je Window Splitter?
Window Splitter je rozšíření Chrome vyvinuté Ian Martorell, a jeho hlavní funkcí je „This extension lets the user split a window by the desired tab number.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Window Splitter
Stáhněte si soubory rozšíření Window Splitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows the user to split a window by the desired tab number.
Základní Informace o Rozšíření
Název | Window Splitter |
ID | nepdkknmimbffdhlnafambchmfflogic |
Oficiální URL | https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic |
Popis | This extension lets the user split a window by the desired tab number. |
Velikost souboru | 49.48 KB |
Počet instalací | 359 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-07-10 |
Datum Vydání | 2013-07-10 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | Ian Martorell |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Splitter", "description": "This extension lets the user split a window by the desired tab number.", "version": "0.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |