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.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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
} | |