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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}