Cursorify
Modify your cursors appearance in browser
Cursorify là gì?
Cursorify là một tiện ích mở rộng Chrome được phát triển bởi refractiontech, và tính năng chính của nó là "Modify your cursors appearance in browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cursorify
Tải xuống các tệp mở rộng Cursorify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cursorify |
ID | edgfeonoalmppnpdjiedepmhknmfaipf |
URL Chính Thức | https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf |
Mô tả | Modify your cursors appearance in browser |
Kích Thước Tệp | 3.9 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-03-04 |
Ngày Phát Hành | 2020-03-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | refractiontech |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursorify", "short_name": "Cursorify", "version": "1.1.0", "description": "Modify your cursors appearance in browser", "author": "Refraction.Tech", "browser_action": { "default_popup": "index.html", "default_icon": { "16": "media\/logo16.png", "32": "media\/logo32.png", "48": "media\/logo48.png", "128": "media\/logo128.png" } }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |