Google's Patents Search

Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.

What is Google's Patents Search?

Google's Patents Search is a Chrome extension developed by Suvaance, and its main feature is "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.".

Extension Screenshots

screenshot
screenshot

Download Google's Patents Search Extension CRX File

Download Google's Patents Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds Google's Patents Search Directly to your Context Menu. Search for patents assigned to Google for your keywords.

★ Select your keywords in a page & right click 
★ "Search Google's Patents for '....' " will appear in the context menu
★ Clicking that will take you to a Google's Patents Search Result Page 
     for your selected keywords in a new tab

It will be helpful for SEO professionals or Digital Marketing Experts to quickly find out patents assigned to Google with just a click.                    

Extension Basic Information

Name Google's Patents Search Google's Patents Search
ID lcnabdpphkghomckjgbbngnbobgpnlnf
Official URL https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf
Description Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.
File Size 44.59 KB
Installation Count 93
Current Version 1.0
Last Updated 2020-11-24
Publish Date 2020-09-16
Rating 5.00/5 Total 1 Ratings
Developer Suvaance
Email [email protected]
Payment Type free
Extension Website https://www.suvaance.com/
Help Page URL https://www.suvaance.com/tools/chrome-extensions/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google's Patents Search",
    "description": "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "patentsearch.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}