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.

Google's Patents Searchคืออะไร?

Google's Patents Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suvaance และคุณลักษณะหลักของมันคือ "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google's Patents Search

ดาวน์โหลดไฟล์ส่วนขยาย Google's Patents Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google's Patents Search Google's Patents Search
ID lcnabdpphkghomckjgbbngnbobgpnlnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf
คำอธิบาย Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.
ขนาดไฟล์ 44.59 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-24
วันที่เผยแพร่ 2020-09-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Suvaance
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.suvaance.com/
URL หน้าช่วยเหลือ https://www.suvaance.com/tools/chrome-extensions/
ภาษาที่รองรับ 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
}