Fishtail
Fishtail is a browser extension that adds a tail to your cursor.
Fishtail là gì?
Fishtail là một tiện ích mở rộng Chrome được phát triển bởi nimeshnayaju, và tính năng chính của nó là "Fishtail is a browser extension that adds a tail to your cursor.".
Ả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 Fishtail
Tải xuống các tệp mở rộng Fishtail 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
Direct attention towards certain webpage elements while sharing your screen with your co-workers or capturing screen recordings. Fishtail also lets user customize the stroke colour. Hold the 'Option' key on Mac or 'Left Alt' key on Windows to use the extension. Cheers!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fishtail |
ID | amakigfkijfllhcekpkcknefggimkgbm |
URL Chính Thức | https://chromewebstore.google.com/detail/fishtail/amakigfkijfllhcekpkcknefggimkgbm |
Mô tả | Fishtail is a browser extension that adds a tail to your cursor. |
Kích Thước Tệp | 139 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-12-13 |
Ngày Phát Hành | 2022-12-11 |
Nhà Phát Triển | nimeshnayaju |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nimeshnayaju/fishtail |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fishtail", "description": "Fishtail is a browser extension that adds a tail to your cursor.", "version": "0.0.2", "action": { "default_popup": "index.html" }, "options_page": "options.html", "content_scripts": [ { "js": [ "assets\/main.tsx-loader.f612e27e.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/main.bb1a2f2e.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ], "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "128": "icons\/favicon-128x128.png", "192": "icons\/favicon-192x192.png", "512": "icons\/favicon-512x512.png" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/jsx-runtime.f05f337e.js", "assets\/main.tsx.ed6f4f5c.js" ], "use_dynamic_url": true } ] } |