All Work No Play Soundbites
When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.
All Work No Play Soundbites란 무엇입니까?
All Work No Play Soundbites은(는) https://callumtodd.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound."입니다.
All Work No Play Soundbites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. The soundbites are taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com). For an increased All Work No Play browsing experience, try the 'Harp Music Laura Bailey' extension (https://chrome.google.com/webstore/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed).
확장 프로그램 기본 정보
이름 | |
ID | japomppnbdeifhbbdfiegdngeilagpgm |
공식 URL | https://chromewebstore.google.com/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm |
설명 | When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound. |
파일 크기 | 321 KB |
설치 횟수 | 103 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-10-27 |
출시 날짜 | 2016-10-27 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://callumtodd.uk |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Work No Play Soundbites", "version": "1.0.1", "description": "When the name 'Laura Bailey', or 'Travis Willingham' is clicked, the corresponding soundbite from All Work No Play will sound.", "author": "Callum Todd", "icons": { "64": "icons\/icon64.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "background": { "scripts": [ "pingResponder.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wordfind.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "cursor0.ico", "cursor1.ico", "laura_bailey.ogg", "travis_willingham.ogg" ] } |