Random Song
Plays a random song.
Random Song란 무엇입니까?
Random Song은(는) Rohit Gandhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays a random song."입니다.
확장 프로그램 스크린샷
Random Song 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |