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文件
下載All Work No Play Soundbites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |