ScanAnnotation

A simple chrome extension demo

ScanAnnotationとは何ですか?

ScanAnnotationはme7dog7によって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension demo」です。

ScanAnnotation拡張機能のCRXファイルをダウンロード

ScanAnnotation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 ScanAnnotation ScanAnnotation
ID gejiegnodfccfhagbeaopeffcdbcgfef
公式URL https://chromewebstore.google.com/detail/scanannotation/gejiegnodfccfhagbeaopeffcdbcgfef
説明 A simple chrome extension demo
ファイルサイズ 162 KB
インストール数 1,138
現在のバージョン 1.0.0
最終更新日 2020-08-03
公開日 2020-08-03
開発者 me7dog7
Eメール [email protected]
支払い方法 free
対応言語 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"
}