CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
CardLife DB란 무엇입니까?
CardLife DB은(는) cardlifedb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A place for searching, viewing, and building decks for LOTR LCG."입니다.
확장 프로그램 스크린샷
CardLife DB 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CardLife DB is a chrome extension built for the Lord of the Rings: The Card Game LCG. It contains a card search packed with every player card to date, and will continue to be updated whenever a new release hits the shelves. There is also a deck builder that will allow you save all of your decks locally in your chrome browser. There is some built in support for OCTGN as well.
확장 프로그램 기본 정보
이름 | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
공식 URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
설명 | A place for searching, viewing, and building decks for LOTR LCG. |
파일 크기 | 2.44 MB |
설치 횟수 | 46 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-02-10 |
출시 날짜 | 2016-02-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | cardlifedb |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CardLife DB", "version": "1.0.1", "description": "A place for searching, viewing, and building decks for LOTR LCG.", "short_name": "CardlifeDB", "icons": { "16": "img\/game_icons\/Tactics.png" }, "background": { "scripts": [ "extension-scripts\/main.js" ] }, "permissions": [ "storage", "identity" ], "browser_action": { "default_icon": { "19": "img\/game_icons\/Tactics.png" } }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "offline_enabled": true } |