2 Factor Sigil

Indicator for whether the current site supports 2fa

2 Factor Sigilคืออะไร?

2 Factor Sigil เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wills.co.tt และคุณลักษณะหลักของมันคือ "Indicator for whether the current site supports 2fa"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2 Factor Sigil

ดาวน์โหลดไฟล์ส่วนขยาย 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 2 Factor Sigil
ID cbdfpgmgblnhpojnhchjejiggjehinmk
URL อย่างเป็นทางการ 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"
    }
}