Patent Search Tool

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

Patent Search Tool là gì?

Patent Search Tool là một tiện ích mở rộng Chrome được phát triển bởi searchpuzzle38, và tính năng chính của nó là "Easy Search results comparison tool for The Lens & Google Patents search engines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Patent Search Tool

Tải xuống các tệp mở rộng Patent Search Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Patent Search Tool Patent Search Tool
ID lkmciliejnipjhciloobepijmgjhflbl
URL Chính Thức https://chromewebstore.google.com/detail/patent-search-tool/lkmciliejnipjhciloobepijmgjhflbl
Mô tả Easy Search results comparison tool for The Lens & Google Patents search engines.
Kích Thước Tệp 2.13 MB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 18
Cập Nhật Lần Cuối 2023-03-05
Ngày Phát Hành 2020-09-25
Nhà Phát Triển searchpuzzle38
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}