re:claimID
An extension for use with re:claimID.
什麼是re:claimID?
re:claimID是由re:claimID開發的Chrome擴展程式,該擴展的主要功能是“An extension for use with re:claimID.”。
擴展截圖
下載re:claimID擴展crx文件
下載re:claimID擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin allows you to engage in OpenID Connect authorization flows in order to share identity data from your reclaimID identities with websites. Please note that in order for this plugin to function, you need to have re:claimID installed. See https://reclaim-identity.io/for-users.
擴展基本資訊
名稱 | re:claimID |
ID | jiogompmdejcnacmlnjhnaicgkefcfll |
官方網址 | https://chromewebstore.google.com/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll |
簡介 | An extension for use with re:claimID. |
檔案大小 | 12.58 MB |
安裝次數 | 34 |
目前版本 | 0.14.5 |
更新時間 | 2021-05-05 |
上架時間 | 2020-08-13 |
開發者 | re:claimID |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://reclaim-identity.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "re:claimID", "description": "An extension for use with re:claimID.", "version": "0.14.5", "browser_action": { "default_icon": "icons\/logo.png", "theme_icons": [ { "light": "icons\/logo_dark.png", "dark": "icons\/logo.png", "size": 32 } ], "default_title": "re:claimID", "default_popup": "popup\/popup.html" }, "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "background": { "scripts": [ "background\/reclaim.js", "scripts\/gnunet.js" ] }, "permissions": [ "storage", "https:\/\/api.reclaim\/*", "https:\/\/ui.reclaim\/*", "http:\/\/localhost:7776\/*", "webRequest", "webRequestBlocking" ], "web_accessible_resources": [ "*\/**", "index.html", "*.js", "assets\/*", "*.woff*", "*.ttf", "*.svg" ], "options_ui": { "page": "index.html", "open_in_tab": true, "chrome_style": true } } |