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
Eメール [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"
        }
    ]
}