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…
What is DayzDB.com Map - City search?
DayzDB.com Map - City search is a Chrome extension developed by Vlad Mereuta, and its main feature is "This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…".
Extension Screenshots
Download DayzDB.com Map - City search Extension CRX File
Download DayzDB.com Map - City search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | flaaomaenkhhmpjkbaojompaifpejpja |
Official URL | https://chromewebstore.google.com/detail/dayzdbcom-map-city-search/flaaomaenkhhmpjkbaojompaifpejpja |
Description | This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by… |
File Size | 109 KB |
Installation Count | 97 |
Current Version | 1.1 |
Last Updated | 2014-05-22 |
Publish Date | 2014-05-22 |
Developer | Vlad Mereuta |
Payment Type | free |
Supported Languages | 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" ] } ] } |