Omnity Web Clipper (Beta)

Captures selected text from any webpage to generate an Omnity.io search.

Omnity Web Clipper (Beta)란 무엇입니까?

Omnity Web Clipper (Beta)은(는) Omnity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captures selected text from any webpage to generate an Omnity.io search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Omnity Web Clipper (Beta) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a companion extension for users of Omnity.io, the next-generation research and knowledge discovery engine.  Please be sure you are signed in to your Omnity.io account before attempting to use the Omnity web clipper.

Highlight text on any web page and click the extension icon to launch an Omnity search to find documents related to your selected content. 

Omnity can scan selected text from any webpage and discover semantic connections between millions of documents and trillions of connections. This deep scan reveals the true meaning of the content and returns related documents with all the connections revealed through user-friendly interfaces.

Notes: 

-- You must be logged in to http://omnity.io for the web clipper to work.  If you do not have an account, please sign up for an account, and log in to Omnity.

-- If you have support issues or questions, please email [email protected] and we'll make sure to help you out!

Happy [re]searching!

About Omnity
Omnity is a next-generation search and discovery engine, rapidly and deeply interconnects knowledge across science, medicine, law, and finance.

For more information and to sign up for a free account, please go to www.omnity.io.                    

확장 프로그램 기본 정보

이름 Omnity Web Clipper (Beta) Omnity Web Clipper (Beta)
ID bmcidcgmffncnjkfihjglgppoibkbfli
공식 URL https://chrome.google.com/webstore/detail/omnity-web-clipper-beta/bmcidcgmffncnjkfihjglgppoibkbfli
설명 Captures selected text from any webpage to generate an Omnity.io search.
파일 크기 373 KB
설치 횟수 472
현재 버전 2.0.0
최근 업데이트 2017-01-30
출시 날짜 2017-01-30
평점 5.00/5 총 1 개의 평점
개발자 Omnity
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.omnity.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omnity Web Clipper (Beta)",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Captures selected text from any webpage to generate an Omnity.io search.",
    "homepage_url": "https:\/\/www.omnity.io",
    "icons": {
        "16": "icons\/omnity-16.png",
        "48": "icons\/omnity-48.png",
        "128": "icons\/omnity-128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/omnity-109.png",
        "default_title": "Omnity Web Clipper"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "src\/lib\/gmail.js",
                "src\/inject\/common.js",
                "src\/inject\/clip_document.js",
                "src\/inject\/clip_email.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/omnity-128.png"
    ]
}