Circle cursor
Change your cursor to a circle
Apa itu Circle cursor?
Circle cursor adalah ekstensi Chrome yang dikembangkan oleh coxmi, dan fitur utamanya adalah "Change your cursor to a circle".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Circle cursor
Unduh file ekstensi Circle cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.
Informasi Dasar Ekstensi
Nama | Circle cursor |
ID | ilelbekedacppdghaclcoolmmdogpbbh |
URL Resmi | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
Deskripsi | Change your cursor to a circle |
Ukuran File | 12.43 KB |
Jumlah Instalasi | 273 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-02-04 |
Tanggal Publikasi | 2022-01-18 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | coxmi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/coxmi/chrome-circle-cursor |
URL Halaman Bantuan | https://github.com/coxmi/chrome-circle-cursor/issues |
Bahasa yang Didukung | 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" } |