Harp Music Laura Bailey
Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Harp Music Laura Baileyคืออะไร?
Harp Music Laura Bailey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://callumtodd.uk และคุณลักษณะหลักของมันคือ "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harp Music Laura Bailey
ดาวน์โหลดไฟล์ส่วนขยาย Harp Music Laura Bailey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the text "Laura Bailey" with "*harp music* Laura Bailey". When the text is clicked, harp music will play. The audio is taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com). The music can be disabled from the extension's options menu. For an increased All Work No Play browsing experience, try the 'All Work No Play Soundbites' extension (https://chrome.google.com/webstore/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpleocmlmcjbfdillkamjedbmbibahed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed |
คำอธิบาย | Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play. |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2016-10-27 |
วันที่เผยแพร่ | 2016-10-27 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://callumtodd.uk |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://callumtodd.uk/laura-bailey-harp/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harp Music Laura Bailey", "version": "1.2.2", "description": "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.", "author": "Callum Todd", "icons": { "64": "icons\/icon64.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wordreplace.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "harp.ogg" ] } |