Relaxation Plug-In

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

O que é Relaxation Plug-In?

Relaxation Plug-In é uma extensão do Chrome desenvolvida por jennyanagnos, e sua principal característica é "[Sit back, relax and enjoy the calming words of this guided meditation.]".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Relaxation Plug-In

Baixe arquivos de extensão Relaxation Plug-In no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Relaxation Plug-In Relaxation Plug-In
ID jcfgjbfadlodaenbaphdadgijpkelkab
URL Oficial https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab
Descrição [Sit back, relax and enjoy the calming words of this guided meditation.]
Tamanho do Arquivo 22.92 KB
Contagem de Instalações 21
Versão Atual 0.2
Última Atualização 2016-06-02
Data de Publicação 2016-06-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor jennyanagnos
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://cargocollective.com/relaxation-plug-in/Download
Idiomas Suportados 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"
        }
    ]
}