2 Factor Sigil

Indicator for whether the current site supports 2fa

2 Factor Sigil là gì?

2 Factor Sigil là một tiện ích mở rộng Chrome được phát triển bởi https://wills.co.tt, và tính năng chính của nó là "Indicator for whether the current site supports 2fa".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 2 Factor Sigil

Tải xuống các tệp mở rộng 2 Factor Sigil dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2 Factor Sigil 2 Factor Sigil
ID cbdfpgmgblnhpojnhchjejiggjehinmk
URL Chính Thức https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk
Mô tả Indicator for whether the current site supports 2fa
Kích Thước Tệp 47.63 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-06-18
Ngày Phát Hành 2017-06-18
Nhà Phát Triển https://wills.co.tt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/willscott/2fsigil
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}