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はhttps://callumtodd.ukによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.」です。
拡張機能のスクリーンショット
Harp Music Laura Bailey拡張機能のCRXファイルをダウンロード
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" ] } |