AutocardAnywhere

Displays card image popups for collectable card games on all webpages you visit.

AutocardAnywhere là gì?

AutocardAnywhere là một tiện ích mở rộng Chrome được phát triển bởi Obtuse Goose Ltd, và tính năng chính của nó là "Displays card image popups for collectable card games on all webpages you visit.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Do you play a collectable card game, such as Magic: The Gathering, YuGiOh!, Pokémon, Hearthstone or Netrunner? Ever find yourself trying to follow a conversation about card games on a website without card image popups? Then AutocardAnywhere is for you! Just install it in your browser and it automatically recognises card names on any page you visit and adds a popup with information about that card. No more manually searching to find-out what cards do, just hover your mouse over the name.

* Supports Magic: The Gathering and 28 other card games too.
* Runs instantly on page load - just hover over and the card image appears.
* Updates when new content is added to the page.
* Fully configurable with a vast array of options.
* Easily follow conversations about new cards.
* Discover cards you never even knew existed!                    

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

Tên AutocardAnywhere AutocardAnywhere
ID eobkhgkgoejnjaiofdmphhkemmomfabg
URL Chính Thức https://chromewebstore.google.com/detail/autocardanywhere/eobkhgkgoejnjaiofdmphhkemmomfabg
Mô tả Displays card image popups for collectable card games on all webpages you visit.
Kích Thước Tệp 13.09 MB
Số Lần Cài Đặt 8,902
Phiên Bản Hiện Tại 4.34.0
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2020-07-03
Đánh Giá 4.53/5 Tổng số 163 Đánh Giá
Nhà Phát Triển Obtuse Goose Ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.autocardanywhere.com
URL Trang Trợ Giúp http://www.autocardanywhere.com/contact.php
URL Trang Chính Sách Bảo Mật http://www.autocardanywhere.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.34.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "icons": {
        "48": "Icon-48.png",
        "128": "Icon-128.png",
        "24": "Icon-24.png"
    },
    "short_name": "AutoAny",
    "author": "Obtuse Goose Ltd",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "libs\/popper-2.10.2.min.js",
                "libs\/tippy\/tippy-bundle-6.3.2.umd.min.js",
                "libs\/swiper-bundle-6.8.4.min.js",
                "settings.js",
                "contentscript.js",
                "games\/dictionary.js",
                "games\/games.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "AutocardAnywhere",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "Displays card image popups for collectable card games on all webpages you visit.",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif",
                "img\/broken.png",
                "libs\/tippy\/light.css",
                "libs\/tippy\/material.css",
                "libs\/tippy\/scale.css",
                "libs\/tippy\/perspective.css",
                "libs\/tippy\/shift-away.css",
                "libs\/tippy\/shift-toward.css",
                "libs\/swiper-bundle.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}