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