Random Song
Plays a random song.
Random Songとは何ですか?
Random SongはRohit Gandhiによって開発されたChromeの拡張機能で、その主な機能は「Plays a random song.」です。
拡張機能のスクリーンショット
Random Song拡張機能のCRXファイルをダウンロード
Random Song拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plays a random song every time you click on this extension. Please make sure to pin the chrome extension icon on your browser, so it's right next to the URL tab. Click on it when you feel like it :) It's an open source extension, If you'd like to suggest changes to the list of songs, please send me a pull request here https://tinyurl.com/PlayRandomSong Have fun :)
拡張機能の基本情報
名前 | Random Song |
ID | epeedgbmcfklcjnefkjpgdeidkppgjbl |
公式URL | https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl |
説明 | Plays a random song. |
ファイルサイズ | 851 KB |
インストール数 | 224 |
現在のバージョン | 0.7 |
最終更新日 | 2022-04-18 |
公開日 | 2015-01-21 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Rohit Gandhi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Song", "description": "Plays a random song.", "short_name": "Play Random Song", "version": "0.7", "manifest_version": 3, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "author": "Rohit Gandhi", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to show an alert" }, "permissions": [ "activeTab" ] } |