Follow Cursor
Adds custom mouse pointer that rotate in he way that you steer it
Follow Cursor là gì?
Follow Cursor là một tiện ích mở rộng Chrome được phát triển bởi thelidcer, và tính năng chính của nó là "Adds custom mouse pointer that rotate in he way that you steer it".
Ả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 Follow Cursor
Tải xuống các tệp mở rộng Follow Cursor 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
Adds custom mouse pointer that rotates in the way you steer it
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dphiobephcfbbeeimmefecgjeaimkdhk |
URL Chính Thức | https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk |
Mô tả | Adds custom mouse pointer that rotate in he way that you steer it |
Kích Thước Tệp | 41.58 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-10-05 |
Ngày Phát Hành | 2020-10-05 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | thelidcer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Follow Cursor", "icons": { "48": "assets\/images\/icon_48.png", "128": "assets\/images\/icon_128.png" }, "web_accessible_resources": [ "assets\/css\/bootstrap.css", "assets\/css\/cursor.css", "assets\/css\/popup.css", "assets\/images\/icon_128.png", "assets\/images\/icon_48.png", "assets\/images\/normal.svg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "background": { "scripts": [ "assets\/scripts\/background.js" ] }, "browser_action": { "default_icon": "assets\/images\/icon_48.png", "default_popup": "assets\/html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/scripts\/content.js" ], "css": [ "assets\/css\/cursor.css" ], "run_at": "document_end" } ], "version": "1.0.1", "description": "Adds custom mouse pointer that rotate in he way that you steer it" } |