Full Width Image

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

Full Width Image là gì?

Full Width Image là một tiện ích mở rộng Chrome được phát triển bởi benwigley, và tính năng chính của nó là "Constrain a single image in your browser to be full width. Useful for implementing design mocks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Full Width Image

Tải xuống các tệp mở rộng Full Width Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Full Width Image Full Width Image
ID cgmaeamcgkeplffocalahmnlembaicfe
URL Chính Thức https://chromewebstore.google.com/detail/full-width-image/cgmaeamcgkeplffocalahmnlembaicfe
Mô tả Constrain a single image in your browser to be full width. Useful for implementing design mocks.
Kích Thước Tệp 44.76 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-09-27
Ngày Phát Hành 2015-09-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển benwigley
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}