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 |
| 官方URL | 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\/"
]
} | |