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.
Wat is Google's Patents Search?
Google's Patents Search is een Chrome-extensie ontwikkeld door Suvaance, en de belangrijkste functie is "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google's Patents Search
Download Google's Patents Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lcnabdpphkghomckjgbbngnbobgpnlnf |
| Officiële URL | https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf |
| Beschrijving | Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents. |
| Bestandsgrootte | 44.59 KB |
| Aantal Installaties | 93 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-11-24 |
| Publicatiedatum | 2020-09-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Suvaance |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.suvaance.com/ |
| Help Pagina-URL | https://www.suvaance.com/tools/chrome-extensions/ |
| Ondersteunde Talen | 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
} | |