Relaxation Plug-In

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

Was ist Relaxation Plug-In?

Relaxation Plug-In ist eine Chrome-Erweiterung, die von jennyanagnos entwickelt wurde, und ihr Hauptmerkmal ist "[Sit back, relax and enjoy the calming words of this guided meditation.]".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Relaxation Plug-In-Erweiterungs-CRX-Datei herunterladen

Laden Sie Relaxation Plug-In-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
Offizielle URL https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
Beschreibung [Sit back, relax and enjoy the calming words of this guided meditation.]
Dateigröße 22.92 KB
Installationsanzahl 21
Aktuelle Version 0.2
Letztes Update 2016-06-02
Veröffentlichungsdatum 2016-06-01
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler jennyanagnos
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://cargocollective.com/relaxation-plug-in/Download
Unterstützte Sprachen 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"
        }
    ]
}