Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Fullwidth Imageとは何ですか?
Fullwidth ImageはAnwar H.によって開発されたChromeの拡張機能で、その主な機能は「Fullwidth Image plugin makes your image fit to screen.」です。
拡張機能のスクリーンショット
Fullwidth Image拡張機能のCRXファイルをダウンロード
Fullwidth Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.
拡張機能の基本情報
名前 | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
公式URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
説明 | Fullwidth Image plugin makes your image fit to screen. |
ファイルサイズ | 8.67 KB |
インストール数 | 632 |
現在のバージョン | 1.0 |
最終更新日 | 2016-09-27 |
公開日 | 2016-09-27 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | Anwar H. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullwidth Image", "description": "Fullwidth Image plugin makes your image fit to screen.", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image", "permissions": [ "activeTab" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_title": "Fullwidth Image", "default_icon": "icon.png" } } |