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…”。
擴展截圖
下載Continuum Explorer擴展crx文件
下載Continuum Explorer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pgkgokkkoamjdmbnegbedepbhbgecplj |
官方網址 | 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';" } } |