Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

Image Alt QuickView là gì?

Image Alt QuickView là một tiện ích mở rộng Chrome được phát triển bởi iaderinokun, và tính năng chính của nó là "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".

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

screenshot

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

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

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

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

Tên Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
URL Chính Thức https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
Mô tả Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Kích Thước Tệp 8.12 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-01-08
Ngày Phát Hành 2019-01-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển iaderinokun
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",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}