Big Map for Openrunner
Enable fullscreen mode for Openrunner map tools
Big Map for Openrunnerとは何ですか?
Big Map for Openrunnerはarnaudb.devによって開発されたChromeの拡張機能で、その主な機能は「Enable fullscreen mode for Openrunner map tools」です。
拡張機能のスクリーンショット
Big Map for Openrunner拡張機能のCRXファイルをダウンロード
Big Map for Openrunner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cette extension permet d'utiliser les cartes Openrunner en plein écran.
Tracez plus facilement vos parcours! 拡張機能の基本情報
| 名前 | |
| ID | dbfdkacdpljfhanaebpnkbfcccdajooj |
| 公式URL | https://chromewebstore.google.com/detail/big-map-for-openrunner/dbfdkacdpljfhanaebpnkbfcccdajooj |
| 説明 | Enable fullscreen mode for Openrunner map tools |
| ファイルサイズ | 31.1 KB |
| インストール数 | 98 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-07-25 |
| 公開日 | 2019-07-25 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | arnaudb.dev |
| 支払い方法 | free |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Big Map for Openrunner",
"version": "1.0",
"description": "Enable fullscreen mode for Openrunner map tools",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.openrunner.com\/*"
],
"css": [
"or.css"
],
"js": [
"or.js"
]
}
],
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |