BattleParis Awesome Extension

This extension adds useful features on some of BattleParis' pages.

BattleParis Awesome Extension란 무엇입니까?

BattleParis Awesome Extension은(는) Rodolphe Breton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds useful features on some of BattleParis' pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BattleParis Awesome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BattleParis Awesome Extension is the ultimate tool if you're trying to collect all the medals in BattleParis.
Click the extension button to display the exhaustive list of BattleParis medals. Then a click on a medal brings you to the medal page (control+click opens that page in a new tab) where you can see all the places (POI and districts) associated to this medal. Once logged in, click again on the extension button and you will get a clear view of how many places you checked and how many remain. As a bonus, all places are sorted so that the non-checked ones now appear at the top of the list.
Special thanks to Thibault Cabanas, creator of the great game that is BattleParis, and David Frémont for their precious help.                    

확장 프로그램 기본 정보

이름 BattleParis Awesome Extension BattleParis Awesome Extension
ID ojblhgihhakifbiiloonnnihglboipgj
공식 URL https://chromewebstore.google.com/detail/battleparis-awesome-exten/ojblhgihhakifbiiloonnnihglboipgj
설명 This extension adds useful features on some of BattleParis' pages.
파일 크기 57.67 KB
설치 횟수 49
현재 버전 2.3
최근 업데이트 2020-02-18
출시 날짜 2020-02-18
평점 5.00/5 총 4 개의 평점
개발자 Rodolphe Breton
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://battle.paris
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.3",
    "description": "__MSG_extDescription__",
    "author": "Rodolphe Breton",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.battleparis.com\/",
        "https:\/\/*.battle.paris\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    }
}