Auto Highlight & Tag
Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.
Auto Highlight & Tag क्या है?
Auto Highlight & Tag searchpuzzle38 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Highlight & Tag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides an easier way to view a Patent eDossier. Automatic highlight and tag selected items in an eDossier list based on specified colours. Supports: * USPTO - Patent Center * EP Register * EPO Global Dossier * PatentScope * WIPO Case
एक्सटेंशन की मूल जानकारी
नाम | Auto Highlight & Tag |
ID | dmmachfoknfmfnloaaohbjnaokagbcgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-highlight-tag/dmmachfoknfmfnloaaohbjnaokagbcgc |
विवरण | Automatic highlight and tag selected items in a Patent eDossier list based on specified colours. |
फ़ाइल का आकार | 350 KB |
स्थापना संख्या | 198 |
वर्तमान संस्करण | 1.92 |
अंतिम अपडेट | 2023-08-13 |
प्रकाशन तिथि | 2019-04-08 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | searchpuzzle38 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Highlight & Tag", "version": "1.92", "description": "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.", "permissions": [ "storage" ], "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "action": { "default_title": "Auto Highlight & Tag", "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" } }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "lib.js", "uspto.js" ], "matches": [ "https:\/\/patentcenter.uspto.gov\/*" ] }, { "js": [ "lib.js", "ep.js" ], "matches": [ "https:\/\/register.epo.org\/application*" ] }, { "js": [ "lib.js", "wipo.js" ], "matches": [ "https:\/\/www3.wipo.int\/caseportal\/dashboard*" ] }, { "js": [ "lib.js", "gd.js" ], "matches": [ "https:\/\/globaldossier.uspto.gov\/*", "https:\/\/register.epo.org\/ipfwretrieve?*" ] }, { "js": [ "lib.js", "ps.js" ], "matches": [ "https:\/\/patentscope.wipo.int\/search\/*" ] } ], "manifest_version": 3 } |