Macroglossa - Visual Search Plugin

Macroglossa Visual search Engine Chrome extension

Τι είναι το Macroglossa - Visual Search Plugin;

Το Macroglossa - Visual Search Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.macroglossa.com, και η κύρια λειτουργία του είναι "Macroglossa Visual search Engine Chrome extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Macroglossa - Visual Search Plugin

Λήψη αρχείων επέκτασης Macroglossa - Visual Search Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        MACROGLOSSA is a search engine based on the comparison of images. The operation is simple: Have you taken a picture of something you could not identify? Maybe you’re not sure what animal is contained in the image? In order to learn more about the content of your image, you can simply upload the image file to MACROGLOSSA and begin your search. 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Macroglossa extension allow users to search and compare web image and personal image.

If you right-click over an image, from the menu you can select to compare the image with Macroglossa.

From this menu you can choose to " Get Image info " ( minimal info about the target image ) or select an image search categories like Animals, Biological, Panoramic and Artistic. Click on a category to start the compare process.

If you right-click on the web page ( no over one image ) you can choose to open Macroglossa and compare one of your personal image taken from camera,mobile and so on.

On the right top corner of the browser you'll see  "Macroglossa icon". Click on it to open an help popup.

Enjoy.

MVE                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Macroglossa - Visual Search Plugin Macroglossa - Visual Search Plugin
ID eioigabooobeadeicfnkfilghgnnffbn
Επίσημο URL https://chrome.google.com/webstore/detail/macroglossa-visual-search/eioigabooobeadeicfnkfilghgnnffbn
Περιγραφή Macroglossa Visual search Engine Chrome extension
Μέγεθος Αρχείου 419 KB
Αριθμός Εγκαταστάσεων 115
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2012-09-21
Ημερομηνία Δημοσίευσης 2012-09-21
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://www.macroglossa.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.macroglossa.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.macroglossa.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Macroglossa - Visual Search Plugin",
    "version": "3.1",
    "manifest_version": 2,
    "description": "Macroglossa Visual search Engine Chrome extension",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "readme.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "18.0.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}