Easy Window Resize
Resize window with a keystroke.
Easy Window Resizeとは何ですか?
Easy Window Resizeはhttps://serdar.workによって開発されたChromeの拡張機能で、その主な機能は「Resize window with a keystroke.」です。
拡張機能のスクリーンショット
Easy Window Resize拡張機能のCRXファイルをダウンロード
Easy Window Resize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- 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.
拡張機能の基本情報
名前 | Easy Window Resize |
ID | cfpenpohaapdgnkglcbgjiooipcbcebi |
公式URL | https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi |
説明 | Resize window with a keystroke. |
ファイルサイズ | 46.42 KB |
インストール数 | 10,000 |
現在のバージョン | 1.1.0 |
最終更新日 | 2021-03-27 |
公開日 | 2020-06-16 |
評価 | 3.92/5 合計 38 レビュー |
開発者 | https://serdar.work |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://serdar.work/chrome-extensions/privacy-policy.html |
対応言語 | 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" } |