Macroglossa - Visual Search Plugin

Macroglossa Visual search Engine Chrome extension

什么是Macroglossa - Visual Search Plugin?

Macroglossa - Visual Search Plugin是由http://www.macroglossa.com开发的Chrome扩展程序,该扩展的主要功能是“Macroglossa Visual search Engine Chrome extension”。

扩展截图

screenshot
screenshot

下载Macroglossa - Visual Search Plugin扩展crx文件

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