linux-credentials/credentialsd

Add Chromium support to web extension

开放

#25 创建于 2025年5月21日

 (1 条评论) (0 个反应) (0 位负责人)Rust (16 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (234 个星标)
PR 合并指标
 (平均合并 33天 12小时) (30 天内合并 6 个 PR)

描述

There is an web-extension compatible with Firefox that can be used for testing until we work on integrating the API directly into the browser. This extension uses the cloneInto function from Firefox to share data between the content and background scripts. This is a Firefox-specific function; Chromium-based browsers have another way of doing this.

Since this is meant to be temporary anyway, I will not work on this personally to focus on other parts of the service, but I would review support for Chrome if someone else implements it.

贡献者指南