Easy Window Resize
Resize window with a keystroke.
Qu'est-ce que Easy Window Resize ?
Easy Window Resize est une extension Chrome développée par https://serdar.work, et sa fonction principale est "Resize window with a keystroke.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Window Resize
Téléchargez les fichiers d'extension Easy Window Resize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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.
Informations de Base sur l'Extension
Nom | Easy Window Resize |
ID | cfpenpohaapdgnkglcbgjiooipcbcebi |
URL Officiel | https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi |
Description | Resize window with a keystroke. |
Taille du Fichier | 46.42 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-03-27 |
Date de Publication | 2020-06-16 |
Évaluation | 3.92/5 Total 38 Évaluations |
Développeur | https://serdar.work |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://serdar.work/chrome-extensions/privacy-policy.html |
Langues Prises en Charge | 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" } |