Library Access: KeyForge Deck Sync Tool

Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks…

Library Access: KeyForge Deck Sync Tool란 무엇입니까?

Library Access: KeyForge Deck Sync Tool은(는) detour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Library Access: KeyForge Deck Sync Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks of KeyForge.

NEW! Library Access now supports displaying Decks of KeyForge stats in-line on Master Vault deck lists! Just click the Access button.


How To Use This Extension

- Navigate to the KeyForge Master Vault site (and login)
- Click the extension  button and click the "Access Master Vault" button
- Navigate to a supported site (and login)
- Click the extension button and click the "Sync [supported site]" button


Currently supported sites

- Decks of KeyForge
- The Crucible Online


Contributing

This extension is open source on GitHub: https://github.com/funkymonkeymonk/library-access


Disclaimer

The KeyForge Unique Deck Game, artwork, and related materials are copyright Fantasy Flight Games (FFG). This extension is a fan-created tool to help other KeyForge players manage their collections. The creators of this extension are not FFG employees and FFG does not endorse, support, contribute to, or is otherwise involved with this project in any form.                    

확장 프로그램 기본 정보

이름 Library Access: KeyForge Deck Sync Tool Library Access: KeyForge Deck Sync Tool
ID hfghinfpakblkfednejlpmfglhfgbdal
공식 URL https://chromewebstore.google.com/detail/library-access-keyforge-d/hfghinfpakblkfednejlpmfglhfgbdal
설명 Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks…
파일 크기 27.64 KB
설치 횟수 518
현재 버전 0.5
최근 업데이트 2019-09-10
출시 날짜 2019-09-09
평점 4.75/5 총 4 개의 평점
개발자 detour
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/funkymonkeymonk/library-access
도움말 페이지 URL https://github.com/funkymonkeymonk/library-access/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Library Access: KeyForge Deck Sync Tool",
    "short_name": "Library Access",
    "version": "0.5",
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeContent",
        "https:\/\/www.keyforgegame.com\/",
        "https:\/\/decksofkeyforge.com\/",
        "https:\/\/www.thecrucible.online\/",
        "https:\/\/thecrucible.online\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.keyforgegame.com\/*"
            ],
            "js": [
                "vendor\/arrive.min.js",
                "content-scripts\/enhanced-master-vault.js"
            ],
            "css": [
                "vendor\/pure-css-drawer-menu.css",
                "vendor\/ps-sans.css",
                "content-scripts\/jason-theme.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/dok-icon-16x16.png",
        "img\/dok-apple-touch-icon.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "100": "icon.png"
    }
}