ClonewebX Softlite.io
Connect and add a page to your clonewebx.softlite.io project.
什么是ClonewebX Softlite.io?
ClonewebX Softlite.io是由support开发的Chrome扩展程序,该扩展的主要功能是“Connect and add a page to your clonewebx.softlite.io project.”。
扩展截图
下载ClonewebX Softlite.io扩展crx文件
下载ClonewebX Softlite.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Connect and add a page to your clonewebx.softlite.io project. Overview: Download this extension and sign-in to to your clonewebx.softlite.io account, and get the ability to add password protected websites or login-based web apps to your clonewebx.softlite.io project.
扩展基本信息
名称 | ClonewebX Softlite.io |
ID | kejifndpehkapckhogiecndmachaeilp |
官方URL | https://chromewebstore.google.com/detail/clonewebx-softliteio/kejifndpehkapckhogiecndmachaeilp |
简介 | Connect and add a page to your clonewebx.softlite.io project. |
文件大小 | 23.95 KB |
安装次数 | 4,000 |
当前版本 | 1.0.16 |
更新时间 | 2024-02-26 |
上架时间 | 2023-09-16 |
评分 | 2.50/5 共12次评分 |
开发者 | support |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://softlite.io/clonewebx/ |
帮助页面URL | https://softlite.io/clonewebx/ |
隐私政策页面URL | https://softlite.io/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ClonewebX Softlite.io", "description": "Connect and add a page to your clonewebx.softlite.io project.", "version": "1.0.16", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon192.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "storage", "unlimitedStorage", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |