EPO Patents Infos

EPO's bibliographic, worldwide legal status, full-text and image databases.

什麼是EPO Patents Infos?

EPO Patents Infos是由IP開發的Chrome擴展程式,該擴展的主要功能是“EPO's bibliographic, worldwide legal status, full-text and image databases.”。

擴展截圖

screenshot

下載EPO Patents Infos擴展crx文件

下載EPO Patents Infos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Worldwide patent search related to the information viewed on the current web page. The automated requests are based on all publications numbers displayed on the current webpage (EP100000 for exemple). You can also send your own requests on the OPS.
It allows you to display legal informations and download PDF or image files.

It's based on the EPO (OEB) Open Patent Services (OPS) :
OPS data is extracted from the EPO's bibliographic, worldwide legal status, full-text and image databases. It is therefore from the same sources as the Espacenet and European Patent Register data.

It the next versions, you will :
- customize regular expressions for publication numbers detection in web pages
- download data as csv or excel sheet
- proceed to your own research via a form                    

擴展基本資訊

名稱 EPO Patents Infos EPO Patents Infos
ID hlafiioeeechdbmihngebbfonbocpkle
官方網址 https://chromewebstore.google.com/detail/epo-patents-infos/hlafiioeeechdbmihngebbfonbocpkle
簡介 EPO's bibliographic, worldwide legal status, full-text and image databases.
檔案大小 147 KB
安裝次數 87
目前版本 1.0.8
更新時間 2017-03-05
上架時間 2017-03-05
評分 5.00/5 共 2 次評分
開發者 IP
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPO Patents Infos",
    "description": "EPO's bibliographic, worldwide legal status, full-text and image databases.",
    "version": "1.0.8",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "base.js"
            ]
        }
    ]
}