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 |
Eメール | [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:\/\/*\/*" ] } |