Continuum Explorer

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

Continuum Explorer là gì?

Continuum Explorer là một tiện ích mở rộng Chrome được phát triển bởi Level Access, và tính năng chính của nó là "Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Continuum Explorer

Tải xuống các tệp mở rộng Continuum Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Continuum Explorer Continuum Explorer
ID pgkgokkkoamjdmbnegbedepbhbgecplj
URL Chính Thức https://chromewebstore.google.com/detail/continuum-explorer/pgkgokkkoamjdmbnegbedepbhbgecplj
Mô tả Continuum Explorer is the simplest way for developers to write beautiful and accessible code. Download this browser extension to…
Kích Thước Tệp 6.53 MB
Số Lần Cài Đặt 2,911
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2020-07-27
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Level Access
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.levelaccess.com/
URL Trang Trợ Giúp https://support.levelaccess.com/hc/en-us/articles/360000851043-Introduction-to-Continuum-Explorer
URL Trang Chính Sách Bảo Mật https://www.levelaccess.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}