Auto Highlight & Tag

Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.

Auto Highlight & Tag là gì?

Auto Highlight & Tag 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à "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Highlight & Tag

Tải xuống các tệp mở rộng Auto Highlight & Tag 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

                        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                    

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

Tên Auto Highlight & Tag Auto Highlight & Tag
ID dmmachfoknfmfnloaaohbjnaokagbcgc
URL Chính Thức https://chromewebstore.google.com/detail/auto-highlight-tag/dmmachfoknfmfnloaaohbjnaokagbcgc
Mô tả Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.
Kích Thước Tệp 350 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 1.92
Cập Nhật Lần Cuối 2023-08-13
Ngày Phát Hành 2019-04-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
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",
    "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
}