Relaxation Plug-In

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

Qu'est-ce que Relaxation Plug-In ?

Relaxation Plug-In est une extension Chrome développée par jennyanagnos, et sa fonction principale est "[Sit back, relax and enjoy the calming words of this guided meditation.]".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Relaxation Plug-In

Téléchargez les fichiers d'extension Relaxation Plug-In au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
URL Officiel https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
Description [Sit back, relax and enjoy the calming words of this guided meditation.]
Taille du Fichier 22.92 KB
Nombre d'Installations 21
Version Actuelle 0.2
Dernière Mise à Jour 2016-06-02
Date de Publication 2016-06-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur jennyanagnos
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://cargocollective.com/relaxation-plug-in/Download
Langues Prises en Charge 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"
        }
    ]
}