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文件

下載BattleParis Awesome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}