find near me
Search for anything and we will map it for you.
Was ist find near me?
find near me ist eine Chrome-Erweiterung, die von slcnguye entwickelt wurde, und ihr Hauptmerkmal ist "Search for anything and we will map it for you.".
Erweiterungsscreenshots
find near me-Erweiterungs-CRX-Datei herunterladen
Laden Sie find near me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | find near me |
ID | dmkpmdjanbkkbfpdhodojhedaoombopi |
Offizielle URL | https://chromewebstore.google.com/detail/find-near-me/dmkpmdjanbkkbfpdhodojhedaoombopi |
Beschreibung | Search for anything and we will map it for you. |
Dateigröße | 42.22 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2017-04-25 |
Veröffentlichungsdatum | 2017-04-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | slcnguye |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |