Circle cursor
Change your cursor to a circle
什么是Circle cursor?
Circle cursor是由coxmi开发的Chrome扩展程序,该扩展的主要功能是“Change your cursor to a circle”。
扩展截图
下载Circle cursor扩展crx文件
下载Circle cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor. 扩展基本信息
| 名称 | |
| ID | ilelbekedacppdghaclcoolmmdogpbbh |
| 官方URL | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
| 简介 | Change your cursor to a circle |
| 文件大小 | 12.43 KB |
| 安装次数 | 273 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-02-04 |
| 上架时间 | 2022-01-18 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | coxmi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/coxmi/chrome-circle-cursor |
| 帮助页面URL | https://github.com/coxmi/chrome-circle-cursor/issues |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"script.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"description": "Change your cursor to a circle",
"icons": {
"128": "assets\/icon128.png",
"16": "assets\/icon16.png",
"48": "assets\/icon48.png"
},
"manifest_version": 2,
"name": "Circle cursor",
"homepage_url": "https:\/\/github.com\/coxmi\/chrome-circle-cursor",
"version": "1.0.2"
} | |