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ファイルをダウンロード
Spotify Cursor Pointer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |