HyLighter

Testing Plugin

Cos'è HyLighter?

HyLighter è un'estensione di Chrome sviluppata da hyluo94, e la sua funzione principale è "Testing Plugin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HyLighter

Scarica i file di estensione HyLighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It highlights selections of text on a page to; good for highlighting key information to review.                    

Informazioni di Base sull'Estensione

Nome HyLighter HyLighter
ID kamffcmhmfcabolfglfbofmocimkacie
URL Ufficiale https://chromewebstore.google.com/detail/hylighter/kamffcmhmfcabolfglfbofmocimkacie
Descrizione Testing Plugin
Dimensione del File 11.43 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-16
Data di Pubblicazione 2021-01-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hyluo94
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HyLighter",
    "description": "Testing Plugin",
    "version": "1.0",
    "browser_action": {
        "default_icon": "pen.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "pen.png",
        "48": "pen.png",
        "128": "pen.png"
    }
}