find near me

Search for anything and we will map it for you.

¿Qué es find near me?

find near me es una extensión de Chrome desarrollada por slcnguye, y su función principal es "Search for anything and we will map it for you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión find near me

Descarga archivos de extensión find near me en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Easy to use, in context, Google Map search

Find near me is a new chrome extension for easy in context Google Map search. It allows you to search and explore things you like and map it, without leaving your webpage.
Click on the icon or use the context menu to map nearby places wherever you are.


Features:
-    Search on any word on a webpage (right click and find near me).
-    One click pop up to search for your favourite things
-    Bookmark your search preferences for easy access


Changelog:
-    Added popup quick search
-    Update popup fonts

Designed By Saaib Z                    

Información Básica de la Extensión

Nombre find near me find near me
ID dmkpmdjanbkkbfpdhodojhedaoombopi
URL Oficial https://chromewebstore.google.com/detail/find-near-me/dmkpmdjanbkkbfpdhodojhedaoombopi
Descripción Search for anything and we will map it for you.
Tamaño del Archivo 42.22 KB
Cantidad de Instalaciones 36
Versión Actual 1.3.2
Última Actualización 2017-04-25
Fecha de Publicación 2017-04-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador slcnguye
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "find near me",
    "description": "Search for anything and we will map it for you.",
    "version": "1.3.2",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "icons": {
        "16": "resources\/Pin_16X16.png",
        "128": "resources\/Pin_128X128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}