PatentServ Reader

Read patents easier than ever.

PatentServ Reader란 무엇입니까?

PatentServ Reader은(는) http://www.patentserv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read patents easier than ever."입니다.

확장 프로그램 스크린샷

PatentServ Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Claim construction is a black art in patent litigation. Want to check whether a term might have been litigated in the past? Let PatentServ Reader search court opinions for you and compare with the claims you're reading on the USPTO website. Initial coverage: Eastern District of TEXAS (~ end of 2012)

Need to compare two claims in a patent or between different patents? PatentServ Reader can do this for you too. 

Furthermore, you can highlight text you care. What highlighted can be compared with a claim or other highlighted texts. Reading fine details of patents is now easier than ever.

Other nice features include:

 • Add a note to highlighted text
 • Save USPTO query string and collect patents you care in a "brain" 
 • Switch among brains you created

For a quick demo or subscribing our newsletter, please visit http://www.patentserv.com.                    

확장 프로그램 기본 정보

이름 PatentServ Reader PatentServ Reader
ID ddjmepodhbdklbaagbhdpjjncmigbcob
공식 URL https://chrome.google.com/webstore/detail/patentserv-reader/ddjmepodhbdklbaagbhdpjjncmigbcob
설명 Read patents easier than ever.
파일 크기 580 KB
설치 횟수 125
현재 버전 0.9.28
최근 업데이트 2014-04-04
출시 날짜 2014-04-04
평점 5.00/5 총 1 개의 평점
개발자 http://www.patentserv.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PatentServ Reader",
    "description": "Read patents easier than ever.",
    "version": "0.9.28",
    "manifest_version": 2,
    "icons": {
        "48": "images\/kedit-2_48x48.png",
        "128": "images\/kedit-2-128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.uspto.gov\/",
        "http:\/\/*.patentserv.com\/",
        "https:\/\/*.patentserv.com\/",
        "http:\/\/*.amazonaws.com\/",
        "https:\/\/*.amazonaws.com\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "draw-neonpen.png",
        "default_title": "PatentServ Reader"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/appft.uspto.gov\/*",
                "http:\/\/appft1.uspto.gov\/*",
                "http:\/\/patft.uspto.gov\/*",
                "http:\/\/www.uspto.gov\/web\/patents\/*",
                "https:\/\/s3.amazonaws.com\/*",
                "http:\/\/*.espacenet.com\/*"
            ],
            "css": [
                "public.css",
                "ui.dynatree.css",
                "jquery-ui-1.9.2.custom.css"
            ],
            "js": [
                "jquery-1.8.1.js",
                "jquery-ui-1.9.2.custom.min.js",
                "jquery.cookie.js",
                "jquery.dynatree.js",
                "diff_match_patch.js",
                "content_script.js",
                "colResizable-1.3.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/patentserv_logo.gif",
        "images\/wk-highlighter.cur",
        "images\/download_sprite.png",
        "images\/knotes-2.png",
        "images\/document-revert-2.png",
        "images\/home.png",
        "images\/artsmidimanager.png",
        "images\/text-x-changelog.png",
        "images\/text-x-copying.png",
        "images\/application-x-geda-schematic-2.png",
        "images\/format-indent-more-3.png",
        "images\/globe.png",
        "images\/easymoblog.png",
        "images\/qelectrotech.png",
        "images\/acroread-2.png",
        "images\/dynatree-vline.gif",
        "images\/dynatree-icons.gif",
        "images\/dynatree-loading.gif",
        "images\/signin-nav-bg-ie.png",
        "images\/toggle_down_light.png",
        "images\/toggle_up_dark.png",
        "images\/bg-btn-blue.png",
        "images\/documentation.png",
        "images\/address-book-new-2.png",
        "images\/insert-comment.png",
        "images\/document-sign-2.png",
        "images\/format-justify-fill-4.png",
        "images\/jabber-online.png",
        "images\/jabber-offline.png",
        "images\/svn-commit.png",
        "images\/format-indent-more-2.png",
        "images\/edit-delete-2.png",
        "images\/document-close-2.png",
        "images\/Pink-008-loading.gif",
        "images\/go-jump-4_v2.png",
        "images\/bulb-purple.png",
        "images\/bulb-blue.png",
        "images\/bulb-orange.png",
        "images\/bulb-yellow.png",
        "images\/dot.gif",
        "images\/big-roller.gif",
        "images\/brain-gray-32.png",
        "images\/brain-blue-16.png",
        "images\/brain-blue-32.png",
        "images\/loading_16x16.gif",
        "images\/edit-find-5_32x32.png",
        "images\/edit-find-5_16x16.png",
        "images\/close_link.png"
    ]
}