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…
Qu'est-ce que DayzDB.com Map - City search ?
DayzDB.com Map - City search est une extension Chrome développée par Vlad Mereuta, et sa fonction principale est "This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DayzDB.com Map - City search
Téléchargez les fichiers d'extension DayzDB.com Map - City search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | flaaomaenkhhmpjkbaojompaifpejpja |
URL Officiel | 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… |
Taille du Fichier | 109 KB |
Nombre d'Installations | 97 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-05-22 |
Date de Publication | 2014-05-22 |
Développeur | Vlad Mereuta |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |