Fullscreen Image

View any image in fullscreen mode by right-clicking it.

Fullscreen Image là gì?

Fullscreen Image là một tiện ích mở rộng Chrome được phát triển bởi https://jakobkallin.com, và tính năng chính của nó là "View any image in fullscreen mode by right-clicking it.".

Ả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 Fullscreen Image

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

                        Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.                    

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

Tên Fullscreen Image Fullscreen Image
ID emlgbimicfdajjogdfjimamoedlibpnj
URL Chính Thức https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj
Mô tả View any image in fullscreen mode by right-clicking it.
Kích Thước Tệp 10.03 KB
Số Lần Cài Đặt 2,518
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-05-10
Ngày Phát Hành 2017-05-10
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://jakobkallin.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Image",
    "version": "0.0.0.3",
    "description": "View any image in fullscreen mode by right-clicking it.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "file:\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}