Pekama patent counter for Chrome

this extension delivers IP information straight into your chrome browser

什麼是Pekama patent counter for Chrome?

Pekama patent counter for Chrome是由Pekama開發的Chrome擴展程式,該擴展的主要功能是“this extension delivers IP information straight into your chrome browser”。

擴展截圖

screenshot
screenshot

下載Pekama patent counter for Chrome擴展crx文件

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

擴展使用說明

                        Pekama patent counter for Chrome shows patent information for a company simply by clicking its name. This includes a total number of patents, patent families, countries of filing and main inventors. Now also delivers patent information directly to LinkedIn.                    

擴展基本資訊

名稱 Pekama patent counter for Chrome Pekama patent counter for Chrome
ID eaeiebfdimafbknacdhbfhdhpfdhnbee
官方網址 https://chrome.google.com/webstore/detail/pekama-patent-counter-for/eaeiebfdimafbknacdhbfhdhpfdhnbee
簡介 this extension delivers IP information straight into your chrome browser
檔案大小 55.99 KB
安裝次數 34
目前版本 1.17
更新時間 2019-04-25
上架時間 2019-04-25
評分 4.00/5 共 1 次評分
開發者 Pekama
付費類型 free
擴展官網 https://pekama.com
說明頁面URL https://pekama.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pekama patent counter for Chrome",
    "version": "1.17",
    "description": "this extension delivers IP information straight into your chrome browser",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "linkdInContentScript.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ]
}