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 扩展基本信息
| 名称 | |
| ID | lppmahciboilaokklohhhdlaadkobgpc |
| 官方URL | 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
} | |