Change My Cursor
Change your cursor to any picture you like!
什麼是Change My Cursor?
Change My Cursor是由https://yoonicode.com開發的Chrome擴展程式,該擴展的主要功能是“Change your cursor to any picture you like!”。
擴展截圖
下載Change My Cursor擴展crx文件
下載Change My Cursor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change your mouse cursor to ANYTHING you want! This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor
擴展基本資訊
名稱 | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
官方網址 | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
簡介 | Change your cursor to any picture you like! |
檔案大小 | 17.19 KB |
安裝次數 | 47,117 |
目前版本 | 2.0.0 |
更新時間 | 2022-05-15 |
上架時間 | 2019-06-07 |
評分 | 1.90/5 共 105 次評分 |
開發者 | https://yoonicode.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change My Cursor", "description": "Change your cursor to any picture you like!", "version": "2.0.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_title": "Change My Cursor!", "default_icon": "img\/cursor.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |