EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
EuSonLito - Password Managerとは何ですか?
EuSonLito - Password Managerはeordesによって開発されたChromeの拡張機能で、その主な機能は「Easy Connect from Chrome with your own Password Manager Platform」です。
拡張機能のスクリーンショット
EuSonLito - Password Manager拡張機能のCRXファイルをダウンロード
EuSonLito - Password Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension connects with Password Manager Platform https://github.com/eusonlito/Password-Manager to allow access to passwords directly from any website.
Source Code published in https://github.com/eusonlito/Password-Manager-Chrome 拡張機能の基本情報
| 名前 | |
| ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
| 公式URL | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
| 説明 | Easy Connect from Chrome with your own Password Manager Platform |
| ファイルサイズ | 23.47 KB |
| インストール数 | 52 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2023-09-13 |
| 公開日 | 2022-04-07 |
| 開発者 | eordes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/eusonlito/Password-Manager-Chrome |
| ヘルプページのURL | https://github.com/eusonlito/Password-Manager |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EuSonLito - Password Manager",
"description": "Easy Connect from Chrome with your own Password Manager Platform",
"version": "0.0.2",
"manifest_version": 3,
"author": "Lito",
"icons": {
"128": "icon.png"
},
"action": {
"default_title": "Password Manager",
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |