ScanAnnotation

A simple chrome extension demo

ScanAnnotation là gì?

ScanAnnotation là một tiện ích mở rộng Chrome được phát triển bởi me7dog7, và tính năng chính của nó là "A simple chrome extension demo".

Tải xuống tệp CRX của tiện ích mở rộng ScanAnnotation

Tải xuống các tệp mở rộng ScanAnnotation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScanAnnotation ScanAnnotation
ID gejiegnodfccfhagbeaopeffcdbcgfef
URL Chính Thức https://chromewebstore.google.com/detail/scanannotation/gejiegnodfccfhagbeaopeffcdbcgfef
Mô tả A simple chrome extension demo
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 1,138
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-08-03
Ngày Phát Hành 2020-08-03
Nhà Phát Triển me7dog7
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}