Relaxation Plug-In

[Sit back, relax and enjoy the calming words of this guided meditation.]

什么是Relaxation Plug-In?

Relaxation Plug-In是由jennyanagnos开发的Chrome扩展程序,该扩展的主要功能是“[Sit back, relax and enjoy the calming words of this guided meditation.]”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Relaxation Plug-In扩展crx文件

下载Relaxation Plug-In扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser.                    

扩展基本信息

名称 Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
官方URL https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
简介 [Sit back, relax and enjoy the calming words of this guided meditation.]
文件大小 22.92 KB
安装次数 21
当前版本 0.2
更新时间 2016-06-02
上架时间 2016-06-01
评分 1.00/5 共1次评分
开发者 jennyanagnos
电子邮箱 [email protected]
付费类型 free
扩展官网 http://cargocollective.com/relaxation-plug-in/Download
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relaxation Plug-In",
    "description": "[Sit back, relax and enjoy the calming words of this guided meditation.]",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Relax a little"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}