Reddit Gwent Card Preview

Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking

Reddit Gwent Card Preview là gì?

Reddit Gwent Card Preview là một tiện ích mở rộng Chrome được phát triển bởi prostynick, và tính năng chính của nó là "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Gwent Card Preview

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

                                            

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

Tên Reddit Gwent Card Preview Reddit Gwent Card Preview
ID bifbkjnkpbkfaecopllpagfmdpjbnfkh
URL Chính Thức https://chromewebstore.google.com/detail/reddit-gwent-card-preview/bifbkjnkpbkfaecopllpagfmdpjbnfkh
Mô tả Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking
Kích Thước Tệp 54.97 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2016-12-22
Ngày Phát Hành 2016-12-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển prostynick
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": "Reddit Gwent Card Preview",
    "description": "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking",
    "version": "1.4",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/www.gwentdb.com\/cards\/tip\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.textcomplete.js",
                "cards.js",
                "cardsRepository.js",
                "options\/optionsRepository.js",
                "tooltipCreator.js",
                "commentHelper.js",
                "myscript.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}