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.”。

扩展截图

screenshot

下载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).                    

扩展基本信息

名称 Harp Music Laura Bailey Harp Music Laura Bailey
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"
    ]
}