find near me

Search for anything and we will map it for you.

find near meとは何ですか?

find near meはslcnguyeによって開発されたChromeの拡張機能で、その主な機能は「Search for anything and we will map it for you.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

find near me拡張機能のCRXファイルをダウンロード

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"
    ]
}