Recx Security Analyser

Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings.

什麼是Recx Security Analyser?

Recx Security Analyser是由https://recx.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings.”。

擴展截圖

screenshot
screenshot
screenshot

下載Recx Security Analyser擴展crx文件

下載Recx Security Analyser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A security extension for non security experts and experts alike. Ideal for developers and quality assurance testers who quickly want to identify issues that would enhance the security of their web applications. This extension allows you to quickly see the security attributes of:

- Security relevant HTTP headers returned from the web server.
- Cookies for the site currently being viewed.
- Page meta headers that replicate HTTP security header functionality.
- HTML form and element auto-complete status.

Full explanations of the issues found are provided via context help. Also included are notes around any considerations before attempting resolution and details of the best practice configurations.

For advanced users there are also further details available (accessed via the green plus icons) showing:

- All HTTP headers: full listing of the headers returned, with highlighting.
- All Cookies: full listing of the cookies and their attributes for the site currently being viewed.                    

擴展基本資訊

名稱 Recx Security Analyser Recx Security Analyser
ID ljafjhbjenhgcgnikniijchkngljgjda
官方網址 https://chromewebstore.google.com/detail/recx-security-analyser/ljafjhbjenhgcgnikniijchkngljgjda
簡介 Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings.
檔案大小 71.46 KB
安裝次數 4,833
目前版本 1.3.0.4
更新時間 2014-03-18
上架時間 2014-03-18
評分 4.36/5 共 11 次評分
開發者 https://recx.co.uk
付費類型 free
擴展官網 https://www.recx.co.uk/products/chromeplugin.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.3.0.4",
    "default_locale": "en",
    "author": "Recx Ltd.",
    "description": "__MSG_extension_description__",
    "content_security_policy": "default-src: 'self'; script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_extension_default_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}