Window Splitter
This extension lets the user split a window by the desired tab number.
Co to jest Window Splitter?
Window Splitter to rozszerzenie Chrome opracowane przez Ian Martorell, a jego główną funkcją jest „This extension lets the user split a window by the desired tab number.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Window Splitter
Pobierz pliki rozszerzeń Window Splitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows the user to split a window by the desired tab number. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nepdkknmimbffdhlnafambchmfflogic |
| Oficjalny URL | https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic |
| Opis | This extension lets the user split a window by the desired tab number. |
| Rozmiar pliku | 49.48 KB |
| Liczba instalacji | 359 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2013-07-10 |
| Data Publikacji | 2013-07-10 |
| Ocena | 2.00/5 Łącznie 4 Oceny |
| Deweloper | Ian Martorell |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |