Mouse Compass

The funnest way to never lose your mouse.

Mouse Compassคืออะไร?

Mouse Compass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lazylabz.com และคุณลักษณะหลักของมันคือ "The funnest way to never lose your mouse."

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

screenshot

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

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

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

                        Mouse Compass points you in the right direction.

Another creation from LazyLabz.


Note: It doesn't work in gmail or other sites that highjack the mouse position. We'll fix this someday.                    

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

ชื่อ Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
คำอธิบาย The funnest way to never lose your mouse.
ขนาดไฟล์ 39.17 KB
จำนวนการติดตั้ง 519
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-12-02
วันที่เผยแพร่ 2013-12-01
คะแนน 2.57/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.lazylabz.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.lazylabz.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Compass",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "description": "The funnest way to never lose your mouse.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}