Spotify Cursor Pointer
Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.
ما هو Spotify Cursor Pointer؟
Spotify Cursor Pointer هو إضافة Chrome تم تطويرها بواسطة Manglemire، والميزة الرئيسية لها هي "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spotify Cursor Pointer
قم بتنزيل ملفات الامتداد Spotify Cursor Pointer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By default, Spotify Web Player doesn't change the mouse cursor when you hover over the Play button. I find it to be counter-intuitive and annoying. This extension will remedy that by changing the cursor style to Pointer (a hand with a finger). It is how most websites implement it, and it makes for a smoother user experience. Currently, the Pointer style is added to all Play buttons, as well as the song progress bar and the volume bar. Icons by https://dryicons.com
معلومات أساسية عن التمديد
الاسم | Spotify Cursor Pointer |
ID | nphfdhnocfgjopinfialbjjpnefgcdpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spotify-cursor-pointer/nphfdhnocfgjopinfialbjjpnefgcdpf |
الوصف | Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player. |
حجم الملف | 7.93 KB |
عدد التثبيتات | 144 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-25 |
تاريخ النشر | 2020-05-24 |
المطور | Manglemire |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify Cursor Pointer", "version": "1.0", "description": "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "cursor_pointer.css" ], "matches": [ "https:\/\/open.spotify.com\/*" ] } ] } |