La Boîte à Outils - The ToolsBox

Description de l'extension

什麼是La Boîte à Outils - The ToolsBox?

La Boîte à Outils - The ToolsBox是由Silanie開發的Chrome擴展程式,該擴展的主要功能是“Description de l'extension”。

擴展截圖

screenshot

下載La Boîte à Outils - The ToolsBox擴展crx文件

下載La Boîte à Outils - The ToolsBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.                    

擴展基本資訊

名稱 La Boîte à Outils - The ToolsBox La Boîte à Outils - The ToolsBox
ID nlloppojhfalbfdgaoppabbgopkmdlhm
官方網址 https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm
簡介 Description de l'extension
檔案大小 24.28 KB
安裝次數 152
目前版本 2.0.11
更新時間 2023-03-01
上架時間 2020-11-15
評分 4.00/5 共 3 次評分
開發者 Silanie
電子郵箱 [email protected]
付費類型 free
擴展官網 https://laboiteaoutils.ovh/
說明頁面URL https://laboiteaoutils.ovh/
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "La Bo\u00eete \u00e0 Outils - The ToolsBox",
    "version": "2.0.11",
    "description": "Description de l'extension",
    "icons": {
        "512": "images\/lbo_favicon.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Click Me",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "host_permissions": [
        "*:\/\/www.renaissancekingdoms.com\/*",
        "*:\/\/forum.renaissancekingdoms.com\/index.php*",
        "*:\/\/forum2.renaissancekingdoms.com\/index.php*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forum.renaissancekingdoms.com\/posting.php*",
                "*:\/\/forum.renaissancekingdoms.com\/privmsg.php*",
                "*:\/\/forum2.renaissancekingdoms.com\/posting.php*",
                "*:\/\/forum2.renaissancekingdoms.com\/privmsg.php*",
                "*:\/\/rome.lesroyaumes.com\/posting.php*",
                "*:\/\/rome.lesroyaumes.com\/privmsg.php*"
            ],
            "js": [
                "js\/forum.js"
            ]
        }
    ]
}