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
官方網址 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"
    ]
}