Resize Window
Restores window size and position after changing screen resolution.
Co to jest Resize Window?
Resize Window to rozszerzenie Chrome opracowane przez Jake Cohen, a jego główną funkcją jest „Restores window size and position after changing screen resolution.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Resize Window
Pobierz pliki rozszerzeń Resize Window 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 you to save a desired browser window size and position, then easily restore to that state.
This is useful when your browser gets resized and moved automatically by actions such as switching from a docked laptop with a large screen to the laptop's built-in screen, then switching back. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
| Oficjalny URL | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
| Opis | Restores window size and position after changing screen resolution. |
| Rozmiar pliku | 9.19 KB |
| Liczba instalacji | 448 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2023-12-05 |
| Data Publikacji | 2014-07-11 |
| Ocena | 2.88/5 Łącznie 8 Oceny |
| Deweloper | Jake Cohen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Resize Window",
"version": "1.0.1",
"description": "Restores window size and position after changing screen resolution.",
"icons": {
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "resize.js"
},
"action": {
"default_icon": "icons\/icon128.png",
"default_title": "Resize"
},
"options_page": "options\/options.html",
"manifest_version": 3
} | |