Continuum Explorer

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

Continuum Explorer क्या है?

Continuum Explorer Level Access द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Continuum Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Continuum Explorer Continuum Explorer
ID pgkgokkkoamjdmbnegbedepbhbgecplj
आधिकारिक URL https://chromewebstore.google.com/detail/continuum-explorer/pgkgokkkoamjdmbnegbedepbhbgecplj
विवरण Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…
फ़ाइल का आकार 6.53 MB
स्थापना संख्या 2,911
वर्तमान संस्करण 2.1.4
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2020-07-27
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Level Access
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.levelaccess.com/
सहायता पृष्ठ URL https://support.levelaccess.com/hc/en-us/articles/360000851043-Introduction-to-Continuum-Explorer
गोपनीयता नीति पृष्ठ URL https://www.levelaccess.com/privacy
समर्थित भाषाएँ 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';"
    }
}