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…

Wat is DayzDB.com Map - City search?

DayzDB.com Map - City search is een Chrome-extensie ontwikkeld door Vlad Mereuta, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DayzDB.com Map - City search

Download DayzDB.com Map - City search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DayzDB.com Map - City search DayzDB.com Map - City search
ID flaaomaenkhhmpjkbaojompaifpejpja
Officiële URL https://chromewebstore.google.com/detail/dayzdbcom-map-city-search/flaaomaenkhhmpjkbaojompaifpejpja
Beschrijving This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…
Bestandsgrootte 109 KB
Aantal Installaties 97
Huidige Versie 1.1
Laatst Bijgewerkt 2014-05-22
Publicatiedatum 2014-05-22
Ontwikkelaar Vlad Mereuta
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}