ScanAnnotation

A simple chrome extension demo

What is ScanAnnotation?

ScanAnnotation is a Chrome extension developed by me7dog7, and its main feature is "A simple chrome extension demo".

Download ScanAnnotation Extension CRX File

Download ScanAnnotation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        通过注释可以发现一些利用的内容,有的程序员喜欢写上这个是什么功能,你就可以猜出后台或者隐藏的功能,有的还会贴上后台地址啥,配置文件内网域名各种吧。ctf也可以辅助一下哦!                    

Extension Basic Information

Name ScanAnnotation ScanAnnotation
ID gejiegnodfccfhagbeaopeffcdbcgfef
Official URL https://chromewebstore.google.com/detail/scanannotation/gejiegnodfccfhagbeaopeffcdbcgfef
Description A simple chrome extension demo
File Size 162 KB
Installation Count 1,138
Current Version 1.0.0
Last Updated 2020-08-03
Publish Date 2020-08-03
Developer me7dog7
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScanAnnotation",
    "version": "1.0.0",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u67e5\u770b\u6240\u6709\u8d44\u6e90\u7684\u6ce8\u91ca",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/github.com\/7dog7\/bottleneckOsmosis\/tree\/master\/ScanAnnotation",
    "omnibox": {
        "keyword": "js"
    },
    "default_locale": "zh_CN",
    "devtools_page": "devtools.html"
}