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 |
官方網址 | 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" } |