DayzDB.com Map - City search
This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…
什么是DayzDB.com Map - City search?
DayzDB.com Map - City search是由Vlad Mereuta开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…”。
扩展截图
下载DayzDB.com Map - City search扩展crx文件
下载DayzDB.com Map - City search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by name. 扩展基本信息
| 名称 | |
| ID | flaaomaenkhhmpjkbaojompaifpejpja |
| 官方URL | https://chromewebstore.google.com/detail/dayzdbcom-map-city-search/flaaomaenkhhmpjkbaojompaifpejpja |
| 简介 | This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by… |
| 文件大小 | 109 KB |
| 安装次数 | 97 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-05-22 |
| 上架时间 | 2014-05-22 |
| 开发者 | Vlad Mereuta |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DayzDB.com Map - City search",
"description": "",
"version": "1.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/dayzdb.com\/",
"http:\/\/*.dayzdb.com\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.dayzdb.com\/map",
"http:\/\/dayzdb.com\/map"
],
"css": [
"style.css"
],
"js": [
"jquery.js",
"fuse.min.js",
"underscore.js",
"bootstrap.js",
"db.js",
"content.js"
]
}
]
} | |