Mouse Marker

Show where your mouse is and where it's clicked.

Mouse Markerคืออะไร?

Mouse Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ken frederick และคุณลักษณะหลักของมันคือ "Show where your mouse is and where it's clicked."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Mouse Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mouse Marker Mouse Marker
ID dcdpdelbjfimkjhigopegdmkcaefmenm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mouse-marker/dcdpdelbjfimkjhigopegdmkcaefmenm
คำอธิบาย Show where your mouse is and where it's clicked.
ขนาดไฟล์ 12.23 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-01-29
วันที่เผยแพร่ 2019-01-25
ผู้พัฒนา ken frederick
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.1",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "author": "Ken Frederick",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.min.js"
            ],
            "css": [
                "index.min.css"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}