Patent Search Tool
Easy Search results comparison tool for The Lens & Google Patents search engines.
Co to jest Patent Search Tool?
Patent Search Tool to rozszerzenie Chrome opracowane przez searchpuzzle38, a jego główną funkcją jest „Easy Search results comparison tool for The Lens & Google Patents search engines.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Patent Search Tool
Pobierz pliki rozszerzeń Patent Search Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows quick patent searches with proximity and synonyms in Google Patents & The Lens search engines using a universal or native syntax. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkmciliejnipjhciloobepijmgjhflbl |
| Oficjalny URL | https://chromewebstore.google.com/detail/patent-search-tool/lkmciliejnipjhciloobepijmgjhflbl |
| Opis | Easy Search results comparison tool for The Lens & Google Patents search engines. |
| Rozmiar pliku | 2.13 MB |
| Liczba instalacji | 230 |
| Aktualna Wersja | 18 |
| Ostatnia Aktualizacja | 2023-03-05 |
| Data Publikacji | 2020-09-25 |
| Deweloper | searchpuzzle38 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Patent Search Tool",
"version": "18",
"description": "Easy Search results comparison tool for The Lens & Google Patents search engines.",
"permissions": [
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/www.lens.org\/",
"https:\/\/patents.google.com\/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_title": "Search Tool",
"default_popup": "popup.html",
"default_icon": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
},
"icons": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
} | |