Continuum Explorer

Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…

Was ist Continuum Explorer?

Continuum Explorer ist eine Chrome-Erweiterung, die von Level Access entwickelt wurde, und ihr Hauptmerkmal ist "Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Continuum Explorer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Continuum Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to check your code for accessibility when "live reloading" modified code in the browser.                    

Grundlegende Informationen zur Erweiterung

Name Continuum Explorer Continuum Explorer
ID pgkgokkkoamjdmbnegbedepbhbgecplj
Offizielle URL https://chromewebstore.google.com/detail/continuum-explorer/pgkgokkkoamjdmbnegbedepbhbgecplj
Beschreibung Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…
Dateigröße 6.53 MB
Installationsanzahl 2,911
Aktuelle Version 2.1.4
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-07-27
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Level Access
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.levelaccess.com/
Hilfeseite URL https://support.levelaccess.com/hc/en-us/articles/360000851043-Introduction-to-Continuum-Explorer
URL der Datenschutzrichtlinien-Seite https://www.levelaccess.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Continuum Explorer",
    "short_name": "Continuum Explorer",
    "version": "2.1.4",
    "manifest_version": 3,
    "action": {
        "default_title": "Continuum Explorer"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwk\/e6qM9qB5D7q5ICXyNz\/j7CK3RQiEsFr24c+tvO5IYoU7YN2C6Fs6GP8IYlF12YQFt0koGcMIhlIeuXCZgj1gGl9RkuAOuT9ENK6UnBqWyoMEL0VNxf\/jl+poeVHhEc1\/PUZBK5waT9OGLyXBmT7NXXDEnJsKeVjKYj+vebrGTAxH\/TNkZt4\/Zzp+LmM0acxYLim3iXcWVRPAf8+edTKnfyS7p2wWkeUj+MpE8\/6HnISDsNM3e\/VQUtseUmQ1zqy6Bk4zQ6OOAhoXOyPcNa87ba2bf3bYdFSv1Gf1lDhcmonMCvAkhADrddcMoI\/IaQXsu7xcjWRQpQC7xO8E\/jQIDAQAB",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "background\/serviceWorker.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "identity",
        "storage",
        "webNavigation"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "file:\/\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}