Static InVision Image

This extension adds a link to the static image on InVision design pages

Static InVision Image là gì?

Static InVision Image là một tiện ích mở rộng Chrome được phát triển bởi Daniel Samuels, và tính năng chính của nó là "This extension adds a link to the static image on InVision design pages".

Ả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 Static InVision Image

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

                        Add a link to the static image on invision detail pages                    

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

Tên Static InVision Image Static InVision Image
ID illlknoagnockkonkbjjjifjkafeblad
URL Chính Thức https://chromewebstore.google.com/detail/static-invision-image/illlknoagnockkonkbjjjifjkafeblad
Mô tả This extension adds a link to the static image on InVision design pages
Kích Thước Tệp 3.35 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-30
Ngày Phát Hành 2017-06-30
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Samuels
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": "Static InVision Image",
    "description": "This extension adds a link to the static image on InVision design pages",
    "version": "1.0",
    "permissions": [
        "https:\/\/*.invisionapp.com\/d\/main\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.invisionapp.com\/d\/main\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}