Litemove Softlite.io
Connect and add a page to your litemove.softlite.io project.
什么是Litemove Softlite.io?
Litemove Softlite.io是由support开发的Chrome扩展程序,该扩展的主要功能是“Connect and add a page to your litemove.softlite.io project.”。
扩展截图
下载Litemove Softlite.io扩展crx文件
下载Litemove Softlite.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Connect and add a page to your litemove.softlite.io project.
Overview:
Download this extension and sign-in to to your litemove.softlite.io account, and get the ability to add password protected websites or login-based web apps to your litemove.softlite.io project. 扩展基本信息
| 名称 | |
| ID | onidmnnldfcmlhmfcdbfadadingokmmj |
| 官方URL | https://chromewebstore.google.com/detail/litemove-softliteio/onidmnnldfcmlhmfcdbfadadingokmmj |
| 简介 | Connect and add a page to your litemove.softlite.io project. |
| 文件大小 | 23.58 KB |
| 安装次数 | 94 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2024-02-26 |
| 上架时间 | 2023-05-11 |
| 开发者 | support |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://softlite.io/litemove/ |
| 帮助页面URL | https://softlite.io/litemove/ |
| 隐私政策页面URL | https://softlite.io/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Litemove Softlite.io",
"description": "Connect and add a page to your litemove.softlite.io project.",
"version": "1.0.8",
"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:\/\/*\/*"
]
} | |