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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 EuSonLito - Password Manager EuSonLito - Password Manager
ID mkbgfbjaoibojobjpimpkaofckkgknhi
官方網址 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
電子郵箱 [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:\/\/*\/*"
    ]
}