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.

Apa itu Google's Patents Search?

Google's Patents Search adalah ekstensi Chrome yang dikembangkan oleh Suvaance, dan fitur utamanya adalah "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Google's Patents Search

Unduh file ekstensi Google's Patents Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google's Patents Search Google's Patents Search
ID lcnabdpphkghomckjgbbngnbobgpnlnf
URL Resmi https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf
Deskripsi Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.
Ukuran File 44.59 KB
Jumlah Instalasi 93
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-11-24
Tanggal Publikasi 2020-09-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Suvaance
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.suvaance.com/
URL Halaman Bantuan https://www.suvaance.com/tools/chrome-extensions/
Bahasa yang Didukung 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
}