security.txt

Displays the security.txt and humans.txt files for a website if available.

security.txtคืออะไร?

security.txt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://harmless.systems และคุณลักษณะหลักของมันคือ "Displays the security.txt and humans.txt files for a website if available."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย security.txt

ดาวน์โหลดไฟล์ส่วนขยาย security.txt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        security.txt is a browser extension for viewing a site's security.txt and humans.txt file.


How does it work?

As you browse the web and navigate to different websites, the browser extension checks the website to see if it supports either type of file. If it does, an icon is shown in the URL bar. You can click this icon to view more details about the text files that were located. 


What is security.txt?

security.txt is a proposed standard that provides a means for websites and software authors to define their security policies. This is useful to security researchers or anyone who would like to responsibly disclose a vulnerability to the owners of the website or software. You can view our security.txt file as an example.


What is humans.txt?

humans.txt is a less formal initiative for providing human-readable information about the authors of the website. You can view our humans.txt file as an example.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ security.txt security.txt
ID enhcidlgmnmolephljjhbgfnjlfjnimd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/securitytxt/enhcidlgmnmolephljjhbgfnjlfjnimd
คำอธิบาย Displays the security.txt and humans.txt files for a website if available.
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 251
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-06-02
วันที่เผยแพร่ 2020-07-04
ผู้พัฒนา https://harmless.systems
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.harmless.systems/products/security-txt.html
URL หน้าช่วยเหลือ https://github.com/HarmlessSystems/security.txt/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.harmless.systems/products/security-txt-privacy-policy.html
ภาษาที่รองรับ de,en,fil,fr,es,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "incognito": "split",
    "icons": {
        "16": "img\/info.16.png",
        "48": "img\/info.48.png",
        "96": "img\/info.96.png",
        "128": "img\/info.128.png"
    },
    "permissions": [
        "http:\/\/*\/.well-known\/security.txt",
        "http:\/\/*\/security.txt",
        "http:\/\/*\/humans.txt",
        "https:\/\/*\/.well-known\/security.txt",
        "https:\/\/*\/security.txt",
        "https:\/\/*\/humans.txt",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "16": "img\/info.inactive.16.png",
            "19": "img\/info.inactive.19.png",
            "24": "img\/info.inactive.24.png",
            "32": "img\/info.inactive.32.png",
            "48": "img\/info.inactive.48.png",
            "96": "img\/info.inactive.96.png"
        },
        "browser_style": true,
        "chrome_style": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/minimatch.js",
            "js\/async.js",
            "js\/global.js",
            "js\/background.js"
        ]
    },
    "name": "security.txt",
    "version": "1.1.0",
    "author": "Harmless Systems ",
    "homepage_url": "https:\/\/www.harmless.systems\/products\/security-txt.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "offline_enabled": true
}