find near me

Search for anything and we will map it for you.

Что такое find near me?

find near me - это расширение Chrome, разработанное slcnguye, и его основная функция - "Search for anything and we will map it for you.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения find near me

Скачайте файлы расширений find near me в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название find near me find near me
ID dmkpmdjanbkkbfpdhodojhedaoombopi
Официальный URL https://chromewebstore.google.com/detail/find-near-me/dmkpmdjanbkkbfpdhodojhedaoombopi
Описание Search for anything and we will map it for you.
Размер файла 42.22 KB
Количество установок 36
Текущая Версия 1.3.2
Последнее Обновление 2017-04-25
Дата публикации 2017-04-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик slcnguye
Тип оплаты free
Поддерживаемые языки 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"
    ]
}