Dev Links

All links a developer would need.

Cos'è Dev Links?

Dev Links è un'estensione di Chrome sviluppata da R0land013, e la sua funzione principale è "All links a developer would need.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dev Links

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

                        Browse useful links for developers and designers, improve your productivity and stay focused.                    

Informazioni di Base sull'Estensione

Nome Dev Links Dev Links
ID eogoekcejgaaaodjgbhnlpmccdmboapb
URL Ufficiale https://chromewebstore.google.com/detail/dev-links/eogoekcejgaaaodjgbhnlpmccdmboapb
Descrizione All links a developer would need.
Dimensione del File 373 KB
Conteggio Installazioni 825
Versione Corrente 0.2.1
Ultimo Aggiornamento 2023-08-30
Data di Pubblicazione 2023-08-10
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore R0land013
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/R0land013/dev-links
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.1",
    "author": "https:\/\/github.com\/R0land013",
    "name": "Dev Links",
    "description": "All links a developer would need.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}