AutocardAnywhere

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

AutocardAnywhere란 무엇입니까?

AutocardAnywhere은(는) Obtuse Goose Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays card image popups for collectable card games on all webpages you visit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AutocardAnywhere 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 AutocardAnywhere AutocardAnywhere
ID eobkhgkgoejnjaiofdmphhkemmomfabg
공식 URL https://chromewebstore.google.com/detail/autocardanywhere/eobkhgkgoejnjaiofdmphhkemmomfabg
설명 Displays card image popups for collectable card games on all webpages you visit.
파일 크기 13.09 MB
설치 횟수 8,902
현재 버전 4.34.0
최근 업데이트 2024-01-02
출시 날짜 2020-07-03
평점 4.53/5 총 163 개의 평점
개발자 Obtuse Goose Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.autocardanywhere.com
도움말 페이지 URL http://www.autocardanywhere.com/contact.php
개인정보 보호 정책 페이지 URL http://www.autocardanywhere.com/privacypolicy.html
지원되는 언어 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": [
                ""
            ]
        }
    ]
}