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…
Hvad er DayzDB.com Map - City search?
DayzDB.com Map - City search er en Chrome-udvidelse udviklet af Vlad Mereuta, og dens hovedfunktion er "This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…".
Udvidelsesskærmbilleder
Download DayzDB.com Map - City search-udvidelses-CRX-fil
Download DayzDB.com Map - City search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flaaomaenkhhmpjkbaojompaifpejpja |
Officiel URL | https://chromewebstore.google.com/detail/dayzdbcom-map-city-search/flaaomaenkhhmpjkbaojompaifpejpja |
Beskrivelse | This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by… |
Filstørrelse | 109 KB |
Antal Installationer | 97 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-05-22 |
Udgivelsesdato | 2014-05-22 |
Udvikler | Vlad Mereuta |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |