Patent Assignments
Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number.
Patent Assignmentsคืออะไร?
Patent Assignments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Hicks และคุณลักษณะหลักของมันคือ "Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Patent Assignments
ดาวน์โหลดไฟล์ส่วนขยาย Patent Assignments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This solution allows you to quickly look up any US patent assignments for a given company name, US patent number, US pre-grant publication number, or US patent application serial number in the USPTO patent assignment database. Select a company name, US patent number, US pre-grant publication number, or US patent application serial number in webpage text, then open the context menu and select "Open USPTO Assignments" from the menu. You can normally open the context menu by right-clicking. The extension should work for any webpage loaded after the initial installation of the extension, as long as JavaScript is enabled. Just 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 ----------------------------------- Updates: v1.9: - Updated to use Chrome extension manifest version V3 v1.8: - Added selected text to context menu item. - Removed access requiring user permission. v1.7: - Added handling of US patent application serial numbers (with '/' in the identifier). v1.6: - Reduced needed permissions. - Improved memory utilization. - Removed link hover handling, as this is not a common use case, and doing so allows for reduced permissions. v1.5: Updated to better handle selected text from a text input box. v1.4: Updated to handle the 10-digit US application publication numbers on Espacenet. v1.3: Updated to also handle US patent and publication numbers v1.2: Various improvements v1.1: Updated to reflect new USPTO Assignment Search
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Patent Assignments |
ID | bignnakjkgljmpdiolailocmpbjpnlog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/patent-assignments/bignnakjkgljmpdiolailocmpbjpnlog |
คำอธิบาย | Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number. |
ขนาดไฟล์ | 8.53 KB |
จำนวนการติดตั้ง | 340 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2023-08-30 |
วันที่เผยแพร่ | 2018-06-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Scott Hicks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Patent Assignments", "version": "1.9", "manifest_version": 3, "short_name": "Patent Assignments", "description": "Provides USPTO patent assignments for any selected text, such as a selected company name or a patent number.", "author": "Scott Hicks", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" } } |