Fullwidth Image

Fullwidth Image plugin makes your image fit to screen.

Fullwidth Image là gì?

Fullwidth Image là một tiện ích mở rộng Chrome được phát triển bởi Anwar H., và tính năng chính của nó là "Fullwidth Image plugin makes your image fit to screen.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Fullwidth 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

                        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.                    

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

Tên Fullwidth Image Fullwidth Image
ID binnhbjoemjhkfedljnobbghgfbfppam
URL Chính Thức https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam
Mô tả Fullwidth Image plugin makes your image fit to screen.
Kích Thước Tệp 8.67 KB
Số Lần Cài Đặt 632
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-27
Ngày Phát Hành 2016-09-27
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Anwar H.
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": "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"
    }
}