Patent Search Tool
Easy Search results comparison tool for The Lens & Google Patents search engines.
Vad är Patent Search Tool?
Patent Search Tool är en Chrome-tillägg utvecklad av searchpuzzle38, och dess huvudfunktion är "Easy Search results comparison tool for The Lens & Google Patents search engines.".
Tilläggsskärmbilder
Ladda ner Patent Search Tool-förlängningens CRX-fil
Ladda ner Patent Search Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows quick patent searches with proximity and synonyms in Google Patents & The Lens search engines using a universal or native syntax. Grundläggande Information om Tillägg
| Namn | |
| ID | lkmciliejnipjhciloobepijmgjhflbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/patent-search-tool/lkmciliejnipjhciloobepijmgjhflbl |
| Beskrivning | Easy Search results comparison tool for The Lens & Google Patents search engines. |
| Filstorlek | 2.13 MB |
| Antal Installationer | 230 |
| Aktuell Version | 18 |
| Senast Uppdaterad | 2023-03-05 |
| Publiceringsdatum | 2020-09-25 |
| Utvecklare | searchpuzzle38 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |