Alphacoders Image Previewer

alphacoders fast image previewer

Alphacoders Image Previewer là gì?

Alphacoders Image Previewer là một tiện ích mở rộng Chrome được phát triển bởi Guja1501, và tính năng chính của nó là "alphacoders fast image previewer".

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

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

                        In http://wall.alphacoders.com/ we will be able to see image with full size without reload website. It's just image previewer.                    

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

Tên Alphacoders Image Previewer Alphacoders Image Previewer
ID pdgcdigokeifcekoimfaibamccnfejgp
URL Chính Thức https://chrome.google.com/webstore/detail/alphacoders-image-preview/pdgcdigokeifcekoimfaibamccnfejgp
Mô tả alphacoders fast image previewer
Kích Thước Tệp 47.02 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-05-17
Ngày Phát Hành 2015-05-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Guja1501
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": "Alphacoders Image Previewer",
    "short_name": "AIP",
    "description": "alphacoders fast image previewer",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.alphacoders.com\/*"
            ]
        }
    ],
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.alphacoders.com\/*"
    ],
    "web_accessible_resources": [],
    "manifest_version": 2
}