Relaxation Plug-In

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

Wat is Relaxation Plug-In?

Relaxation Plug-In is een Chrome-extensie ontwikkeld door jennyanagnos, en de belangrijkste functie is "[Sit back, relax and enjoy the calming words of this guided meditation.]".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Relaxation Plug-In

Download Relaxation Plug-In-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
Officiële URL https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
Beschrijving [Sit back, relax and enjoy the calming words of this guided meditation.]
Bestandsgrootte 22.92 KB
Aantal Installaties 21
Huidige Versie 0.2
Laatst Bijgewerkt 2016-06-02
Publicatiedatum 2016-06-01
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jennyanagnos
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://cargocollective.com/relaxation-plug-in/Download
Ondersteunde Talen 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"
        }
    ]
}