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은(는) Manglemire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the mouse cursor to Pointer when you hover over the Play buttons in the Spotify Web Player."입니다.
확장 프로그램 스크린샷
Spotify Cursor Pointer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } ] } |