Splatoon Map Info Extension
Condensed map rotation information for Splatoon.
什麼是Splatoon Map Info Extension?
Splatoon Map Info Extension是由analblaze開發的Chrome擴展程式,該擴展的主要功能是“Condensed map rotation information for Splatoon.”。
擴展截圖
下載Splatoon Map Info Extension擴展crx文件
下載Splatoon Map Info Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's basically just splatoon.ink in a box. All credit to its original creator.
Credits:
11rcombs - Original splatoon.ink developer
Vectorfriend - App icons
Pixel anon - Mode icons (not used yet)
Nintendo - Ranked and Regular mode SVGs. Also making Splatoon, I guess. 擴展基本資訊
| 名稱 | |
| ID | aahamocdabckhacaedblhgimpkhpiopm |
| 官方網址 | https://chromewebstore.google.com/detail/splatoon-map-info-extensi/aahamocdabckhacaedblhgimpkhpiopm |
| 簡介 | Condensed map rotation information for Splatoon. |
| 檔案大小 | 395 KB |
| 安裝次數 | 349 |
| 目前版本 | 1.17 |
| 更新時間 | 2015-10-06 |
| 上架時間 | 2015-10-05 |
| 評分 | 4.44/5 共 18 次評分 |
| 開發者 | analblaze |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Splatoon Map Info Extension",
"description": "Condensed map rotation information for Splatoon.",
"version": "1.17",
"author": "analblaze",
"short_name": "Splatoon Extension",
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png",
"128": "icon128.png",
"64": "icon64.png",
"48": "icon48.png",
"32": "icon32.png",
"16": "icon16.png"
},
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png",
"64": "icon64.png",
"48": "icon48.png",
"32": "icon32.png",
"16": "icon16.png",
"19": "icon19.png",
"38": "icon38.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |