Open Google Patents

Opens Google Patents for a selected patent identifier.

Open Google Patents là gì?

Open Google Patents là một tiện ích mở rộng Chrome được phát triển bởi Scott Hicks, và tính năng chính của nó là "Opens Google Patents for a selected patent identifier.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Google Patents

Tải xuống các tệp mở rộng Open Google Patents 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

                        This solution allows you to quickly open Google Patents for a selected patent identifier.

Select a patent identifier in text, then open the context menu and select "Open Google Patents" from the menu. You can normally open the context menu by right-clicking. For example, selection of "US7654321," and then "Open Google Patents" from the context menu, opens a new tab to the URL https://patents.google.com/patent/US7654321.

Note that in the absence of a country code prefix, the presumption is that the identifier is for a US patent document. Be sure that the identifier has the country code included if the associated document is not a US patent document. 

The extension should work for any webpage loaded after the initial installation of the extension, as long as JavaScript is enabled.

Please let me know of any issues you experience before writing a review -- I'm happy to continue to improve the solution. The extension is provided 'As-Is' without any express or implied warranty of any kind.

Note that I do not collect any information from the extension -- all handling is done at your local browser. 

Enjoy!
/Scott

-----------------------------------
v1.9:
- Updated to use a window popup instead of a desktop notification for error messages. 

v1.8:
- Updated to use Chrome extension manifest V3

v1.7:
- Added selected text to the context menu item.
- Updated to force uppercase for country code and kind code since Google Patents doesn't always handle lowercase letters. 

v1.6:
- Improved memory utilization.

v1.5:
- Modified code to require minimal permissions.
- Removed handling of links, as this functionality was of minimal value, and this removal allowed for a reduction in needed permissions. 

v1.4:
- Updated to better handle text selected within a text input box. 

v1.3:
- Updated to handle US reissue patent identifiers without a "US" country code prefix.

v1.2:
- Updated to link to newer Google Patents instead of legacy version. That is, https://patents.google.com/patent/ (new) instead of https://www.google.com/patents/ (old).

v1.1:
- Updated to handle identifiers without country code but with a kind code.                    

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

Tên Open Google Patents Open Google Patents
ID gaiopjnhoajngpgaonbpcikldgkdigap
URL Chính Thức https://chromewebstore.google.com/detail/open-google-patents/gaiopjnhoajngpgaonbpcikldgkdigap
Mô tả Opens Google Patents for a selected patent identifier.
Kích Thước Tệp 5.72 KB
Số Lần Cài Đặt 546
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2019-01-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Scott Hicks
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",
    "name": "Open Google Patents",
    "version": "1.9",
    "manifest_version": 3,
    "short_name": "Open Google Patents",
    "description": "Opens Google Patents for a selected patent identifier.",
    "author": "Scott Hicks",
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    }
}