find near me

Search for anything and we will map it for you.

Cos'è find near me?

find near me è un'estensione di Chrome sviluppata da slcnguye, e la sua funzione principale è "Search for anything and we will map it for you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione find near me

Scarica i file di estensione find near me 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

                        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                    

Informazioni di Base sull'Estensione

Nome find near me find near me
ID dmkpmdjanbkkbfpdhodojhedaoombopi
URL Ufficiale https://chromewebstore.google.com/detail/find-near-me/dmkpmdjanbkkbfpdhodojhedaoombopi
Descrizione Search for anything and we will map it for you.
Dimensione del File 42.22 KB
Conteggio Installazioni 36
Versione Corrente 1.3.2
Ultimo Aggiornamento 2017-04-25
Data di Pubblicazione 2017-04-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore slcnguye
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}