2 Factor Sigil
Indicator for whether the current site supports 2fa
什麼是2 Factor Sigil?
2 Factor Sigil是由https://wills.co.tt開發的Chrome擴展程式,該擴展的主要功能是“Indicator for whether the current site supports 2fa”。
擴展截圖
下載2 Factor Sigil擴展crx文件
下載2 Factor Sigil擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
2 Factor sigil keeps a visual indication in the menu bar indicating whether the current site supports 2nd factor authentication. The icon will turn green for sites which do support 2nd factor. Clicking on the icon will take you to the documentation on how to enable 2 factor when such a URL exists. Sites status reflects the presence of a site in https://twofactorauth.org/ Changelog: 0.0.1: Initial Release
擴展基本資訊
名稱 | 2 Factor Sigil |
ID | cbdfpgmgblnhpojnhchjejiggjehinmk |
官方網址 | https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk |
簡介 | Indicator for whether the current site supports 2fa |
檔案大小 | 47.63 KB |
安裝次數 | 14 |
目前版本 | 0.0.1 |
更新時間 | 2017-06-18 |
上架時間 | 2017-06-18 |
開發者 | https://wills.co.tt |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/willscott/2fsigil |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/action-16.png", "128": "icons\/action-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "alarms", "declarativeContent", "activeTab", "storage", "https:\/\/api.github.com\/*", "https:\/\/raw.githubusercontent.com\/2factorauth\/twofactorauth\/*" ], "browser_action": { "default_icon": { "19": "icons\/action-19-bad.png", "38": "icons\/action-38-bad.png" }, "default_title": "2nd Factor Support" } } |