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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |