Easy Window Resize
Resize window with a keystroke.
Co to jest Easy Window Resize?
Easy Window Resize to rozszerzenie Chrome opracowane przez https://serdar.work, a jego główną funkcją jest „Resize window with a keystroke.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy Window Resize
Pobierz pliki rozszerzeń Easy Window Resize 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
- Resizes the active browser window to the predefined list of sizes.
- Requires no special permissions.
- Use the default keyboard shortcut Ctrl+Shift+A (Command+Shift+A for Mac) to resize to the next window size in your list. Keep using the shortcut to rotate window sizes.
- You can add and remove sizes in the window sizes list. Go to extension options to do that.
- You can change the shortcut. Use "Keyboard shortcuts" in the Chrome extension settings to do that.
UPDATES
- Menu added.
- You can add the current window size using the "Add Current Window Size" button in the options page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cfpenpohaapdgnkglcbgjiooipcbcebi |
| Oficjalny URL | https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi |
| Opis | Resize window with a keystroke. |
| Rozmiar pliku | 46.42 KB |
| Liczba instalacji | 10,000 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2021-03-27 |
| Data Publikacji | 2020-06-16 |
| Ocena | 3.92/5 Łącznie 38 Oceny |
| Deweloper | https://serdar.work |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://serdar.work/chrome-extensions/privacy-policy.html |
| Obsługiwane Języki | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.1.0",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"128": "icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"next-window-size": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Next Window Size"
}
},
"homepage_url": "http:\/\/serdar.work",
"permissions": [
"storage"
],
"options_page": "options.html"
} | |