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."입니다.
확장 프로그램 스크린샷
find near me 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |