CraftyCursor

CraftyCursor

CraftyCursorคืออะไร?

CraftyCursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crafty184.com และคุณลักษณะหลักของมันคือ "CraftyCursor"

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

screenshot

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

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

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

                        CraftyCursor highlights the cursor when enabled so that you can easily show someone through a screencast, etc. It also shows you what keys are pressed, such as escape, control, or alt.

INTRODUCING COLORS! An often-requested feature, we've implemented colors so you can choose the color of your cursor.

CraftyCursor is a labor of love by Crafty.                    

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

ชื่อ CraftyCursor CraftyCursor
ID gjponoohlplibjdnjnbnhbjljffpkkok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/craftycursor/gjponoohlplibjdnjnbnhbjljffpkkok
คำอธิบาย CraftyCursor
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 13,045
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-03-02
วันที่เผยแพร่ 2016-08-22
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://crafty184.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CraftyCursor",
    "description": "CraftyCursor",
    "version": "1.4",
    "action": {
        "default_icon": "images\/19.png",
        "default_popup": "popup.html",
        "default_title": "CraftyCursor"
    },
    "icons": {
        "16": "images\/48.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css",
                "css\/font-awesome.min.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.theme.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.js",
                "scripts\/actions.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "bs_main.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/fontawesome-webfont.woff"
            ],
            "matches": [
                ""
            ]
        }
    ]
}