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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Library Access: KeyForge Deck Sync Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |