Full Width Image

Constrain a single image in your browser to be full width. Useful for implementing design mocks.

Full Width Imageとは何ですか?

Full Width Imageはbenwigleyによって開発されたChromeの拡張機能で、その主な機能は「Constrain a single image in your browser to be full width. Useful for implementing design mocks.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Full Width Image拡張機能のCRXファイルをダウンロード

Full Width Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Important: This will only affect actual images opened in Chrome, not images in a web page.

Step 1: Open the extensions page and check "Allow access to file URLs".
Step 2: Open an image from your computer in Chrome.
Step 3: Click the Full Width Image extension.

Done, your image is now the full width of the browser window.                    

拡張機能の基本情報

名前 Full Width Image Full Width Image
ID cgmaeamcgkeplffocalahmnlembaicfe
公式URL https://chromewebstore.google.com/detail/full-width-image/cgmaeamcgkeplffocalahmnlembaicfe
説明 Constrain a single image in your browser to be full width. Useful for implementing design mocks.
ファイルサイズ 44.76 KB
インストール数 146
現在のバージョン 0.0.2
最終更新日 2015-09-27
公開日 2015-09-27
評価 3.67/5 合計 3 レビュー
開発者 benwigley
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Image",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Constrain a single image in your browser to be full width. Useful for implementing design mocks.",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19_gray.png",
            "38": "icons\/38x38_gray.png",
            "48": "icons\/48x48_gray.png",
            "128": "icons\/128x128_gray.png"
        },
        "default_title": "Full Width Image"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}