Browser resize
Simple browser resize
Browser resizeとは何ですか?
Browser resizeはgrahamによって開発されたChromeの拡張機能で、その主な機能は「Simple browser resize」です。
拡張機能のスクリーンショット
Browser resize拡張機能のCRXファイルをダウンロード
Browser resize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Super simple developer tool to change the browser size. Options to edit widths and keep popup open after resize (closes by default of maximise). Nothing malicious in here, unlike in certain other extensions. Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. Changelog 0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.
拡張機能の基本情報
名前 | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
公式URL | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
説明 | Simple browser resize |
ファイルサイズ | 16.94 KB |
インストール数 | 1,949 |
現在のバージョン | 0.3.0 |
最終更新日 | 2014-10-22 |
公開日 | 2014-10-22 |
評価 | 4.25/5 合計 12 レビュー |
開発者 | graham |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser resize", "version": "0.3.0", "manifest_version": 2, "description": "Simple browser resize", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |