Macroglossa - Visual Search Plugin

Macroglossa Visual search Engine Chrome extension

Macroglossa - Visual Search Plugin क्या है?

Macroglossa - Visual Search Plugin http://www.macroglossa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Macroglossa Visual search Engine Chrome extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Macroglossa - Visual Search Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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