Auto Highlight & Tag

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

Τι είναι το Auto Highlight & Tag;

Το Auto Highlight & Tag είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον searchpuzzle38, και η κύρια λειτουργία του είναι "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Highlight & Tag

Λήψη αρχείων επέκτασης Auto Highlight & Tag σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
}