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…
Cos'è DayzDB.com Map - City search?
DayzDB.com Map - City search è un'estensione di Chrome sviluppata da Vlad Mereuta, e la sua funzione principale è "This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DayzDB.com Map - City search
Scarica i file di estensione DayzDB.com Map - City search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | flaaomaenkhhmpjkbaojompaifpejpja |
URL Ufficiale | https://chromewebstore.google.com/detail/dayzdbcom-map-city-search/flaaomaenkhhmpjkbaojompaifpejpja |
Descrizione | This extension adds a new search box to the DayzDB Chernarus+ Map ( http://dayzdb.com/map ) that allows a user to search cities by… |
Dimensione del File | 109 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-05-22 |
Data di Pubblicazione | 2014-05-22 |
Sviluppatore | Vlad Mereuta |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |