SimpleSize
This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
SimpleSizeとは何ですか?
SimpleSizeはDamien van Holtenによって開発されたChromeの拡張機能で、その主な機能は「This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.」です。
拡張機能のスクリーンショット
SimpleSize拡張機能のCRXファイルをダウンロード
SimpleSize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | SimpleSize |
ID | ojjhoepiggciiaepjpkfcielnimbfkhh |
公式URL | https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh |
説明 | This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat. |
ファイルサイズ | 93.91 KB |
インストール数 | 150 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-03-27 |
公開日 | 2015-03-27 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Damien van Holten |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ] }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "file:\/\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "name": "SimpleSize", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |