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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Continuum Explorer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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';"
    }
}