Patent Search Tool

Easy Search results comparison tool for The Lens & Google Patents search engines.

Qu'est-ce que Patent Search Tool ?

Patent Search Tool est une extension Chrome développée par searchpuzzle38, et sa fonction principale est "Easy Search results comparison tool for The Lens & Google Patents search engines.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Patent Search Tool

Téléchargez les fichiers d'extension Patent Search Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allows quick patent searches with proximity and synonyms in Google Patents & The Lens search engines using a universal or native syntax.                    

Informations de Base sur l'Extension

Nom Patent Search Tool Patent Search Tool
ID lkmciliejnipjhciloobepijmgjhflbl
URL Officiel https://chromewebstore.google.com/detail/patent-search-tool/lkmciliejnipjhciloobepijmgjhflbl
Description Easy Search results comparison tool for The Lens & Google Patents search engines.
Taille du Fichier 2.13 MB
Nombre d'Installations 230
Version Actuelle 18
Dernière Mise à Jour 2023-03-05
Date de Publication 2020-09-25
Développeur searchpuzzle38
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}