Waiting for Cursor
Transform your cursor into an existential statement.
Waiting for Cursorคืออะไร?
Waiting for Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shivankaul.com และคุณลักษณะหลักของมันคือ "Transform your cursor into an existential statement."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waiting for Cursor
ดาวน์โหลดไฟล์ส่วนขยาย Waiting for Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Permanently set your Chrome mouse pointer to the waiting cursor. Because we are all "finding something, to give us the impression that we exist." - Samuel Beckett, Waiting for Godot I am not responsible if this extension gives you an aneurysm. Icon Credits: Freepik from www.flaticon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enocplkmfdbgbmafnjegiplnbjcdbnhi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/waiting-for-cursor/enocplkmfdbgbmafnjegiplnbjcdbnhi |
คำอธิบาย | Transform your cursor into an existential statement. |
ขนาดไฟล์ | 8.25 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-03-27 |
วันที่เผยแพร่ | 2016-03-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://shivankaul.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shivankaul.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waiting for Cursor", "short_name": "Nothing Happens", "description": "Transform your cursor into an existential statement.", "version": "0.0.1", "icons": { "16": "assets\/icon-16.png", "24": "assets\/icon-24.png", "32": "assets\/icon-32.png", "128": "assets\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/cursor_waiting.css" ], "run_at": "document_end" } ], "manifest_version": 2 } |