Castle Age Monster Code Opener

This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.

Castle Age Monster Code Opener란 무엇입니까?

Castle Age Monster Code Opener은(는) Gordon Yeu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Castle Age Monster Code Opener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Castle Age Monster Code Opener, "CAMCO" is a handy tool to open monster codes in CA.

What's new:
1. Added support for "Thanatos of Fire & Ice"

Features:
1. Supports CA on both Facebook and web3.
2. Converts monster codes to URLs, then open them in new pages.
3. Converts monster codes to URLs, then copy them to clipboard.
4. New version supports BATCH processing!
5. Works in "Incognito Mode"

Usage:
1. Select the text contains monster codes.
2. Right click the selection.
3. Castle Age Monster Code Opener > copy or open monster codes.                    

확장 프로그램 기본 정보

이름 Castle Age Monster Code Opener Castle Age Monster Code Opener
ID abgckmhddlbhlhbhpcnfgmmdgfkbcofb
공식 URL https://chromewebstore.google.com/detail/castle-age-monster-code-o/abgckmhddlbhlhbhpcnfgmmdgfkbcofb
설명 This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.
파일 크기 15.93 KB
설치 횟수 38
현재 버전 1.5.0.1
최근 업데이트 2016-06-12
출시 날짜 2016-06-12
평점 4.50/5 총 4 개의 평점
개발자 Gordon Yeu
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Castle Age Monster Code Opener",
    "short_name": "CAMCO",
    "version": "1.5.0.1",
    "author": "Gordon Yeu",
    "description": "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "CAMCO"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}