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.
Was ist Google's Patents Search?
Google's Patents Search ist eine Chrome-Erweiterung, die von Suvaance entwickelt wurde, und ihr Hauptmerkmal ist "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.".
Erweiterungsscreenshots
Google's Patents Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google's Patents Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lcnabdpphkghomckjgbbngnbobgpnlnf |
| Offizielle URL | https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf |
| Beschreibung | Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents. |
| Dateigröße | 44.59 KB |
| Installationsanzahl | 93 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-11-24 |
| Veröffentlichungsdatum | 2020-09-16 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Suvaance |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.suvaance.com/ |
| Hilfeseite URL | https://www.suvaance.com/tools/chrome-extensions/ |
| Unterstützte Sprachen | 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
} | |