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
公式URL 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"
    ]
}