Rainbow Cursor for Google Docs
Make your cursor rainbow in Google Docs.
Rainbow Cursor for Google Docsคืออะไร?
Rainbow Cursor for Google Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AtomicCoding และคุณลักษณะหลักของมันคือ "Make your cursor rainbow in Google Docs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rainbow Cursor for Google Docs
ดาวน์โหลดไฟล์ส่วนขยาย Rainbow Cursor for Google Docs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces the default black cursor of Google Docs with a rainbow gradient allowing you to type in style.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rainbow Cursor for Google Docs |
ID | ndlalmkdjajlefnlimdbmgdhehblelpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl |
คำอธิบาย | Make your cursor rainbow in Google Docs. |
ขนาดไฟล์ | 22.65 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2020-01-13 |
วันที่เผยแพร่ | 2020-01-13 |
คะแนน | 3.52/5 รวมทั้งหมด 46 คะแนน |
ผู้พัฒนา | AtomicCoding |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AtomicCoding/rainbow-cursor |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rainbow Cursor for Google Docs", "short_name": "Rainbow Crsr", "version": "2.0.0", "manifest_version": 2, "description": "Make your cursor rainbow in Google Docs.", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*", "http:\/\/docs.google.com\/document\/*" ], "js": [ "rainbow.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Rainbow Cursor", "default_icon": "icon.png" }, "permissions": [ "http:\/\/docs.google.com\/*", "https:\/\/docs.google.com\/*" ] } |