Boom Beach Search

Sift through Boom Beach Wiki quick and easy.

Boom Beach Search란 무엇입니까?

Boom Beach Search은(는) xyncon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sift through Boom Beach Wiki quick and easy."입니다.

확장 프로그램 스크린샷

screenshot

Boom Beach Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boom Beach Search is the App that gives you quick and easy access to all Boombeach Items in the Boom Beach Wiki. You want to know to which level you have to upgrade your Boom Beach Headquarters to bring your Armory to the next level? With the Boom Beach Search you are just one click away from the answer. The Boombeach Search makes your game play more effective and tells you the best Boombeach strategie to beat your next opponent and get his resources.                    

확장 프로그램 기본 정보

이름 Boom Beach Search Boom Beach Search
ID fnfdbijjibdkaoeeifcikfnidfkbmnaj
공식 URL https://chromewebstore.google.com/detail/boom-beach-search/fnfdbijjibdkaoeeifcikfnidfkbmnaj
설명 Sift through Boom Beach Wiki quick and easy.
파일 크기 599 KB
설치 횟수 147
현재 버전 2.1
최근 업데이트 2015-03-13
출시 날짜 2015-03-13
평점 4.55/5 총 40 개의 평점
개발자 xyncon
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extTitle__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "manifest_version": 2,
    "minimum_chrome_version": "23.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "lib\/js\/jquery-2.0.3.min.js",
        "lib\/js\/jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-2.0.3.min.js",
                "js\/config.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/background.js"
        ]
    }
}