ScanAnnotation

A simple chrome extension demo

ScanAnnotationคืออะไร?

ScanAnnotation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย me7dog7 และคุณลักษณะหลักของมันคือ "A simple chrome extension demo"

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}