Fishtail
Fishtail is a browser extension that adds a tail to your cursor.
Fishtailคืออะไร?
Fishtail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nimeshnayaju และคุณลักษณะหลักของมันคือ "Fishtail is a browser extension that adds a tail to your cursor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fishtail
ดาวน์โหลดไฟล์ส่วนขยาย Fishtail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fishtail |
ID | amakigfkijfllhcekpkcknefggimkgbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fishtail/amakigfkijfllhcekpkcknefggimkgbm |
คำอธิบาย | Fishtail is a browser extension that adds a tail to your cursor. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-13 |
วันที่เผยแพร่ | 2022-12-11 |
ผู้พัฒนา | nimeshnayaju |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nimeshnayaju/fishtail |
ภาษาที่รองรับ | 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 } ] } |