Dev Mark

Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark

Cos'è Dev Mark?

Dev Mark è un'estensione di Chrome sviluppata da yoshimaru, e la sua funzione principale è "Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dev Mark

Scarica i file di estensione Dev Mark 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

                        Show dev mark on development env

github: https://github.com/yoshimaru46/dev-mark                    

Informazioni di Base sull'Estensione

Nome Dev Mark Dev Mark
ID bnpplihcampoabjlbcchijpcinnjdbjp
URL Ufficiale https://chromewebstore.google.com/detail/dev-mark/bnpplihcampoabjlbcchijpcinnjdbjp
Descrizione Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark
Dimensione del File 6.36 KB
Conteggio Installazioni 175
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-09-13
Data di Pubblicazione 2020-03-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore yoshimaru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Mark",
    "version": "1.0.7",
    "description": "",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}