Learn by Osmosis

Learn by Osmosis while you browse your favorite websites.

O que é Learn by Osmosis?

Learn by Osmosis é uma extensão do Chrome desenvolvida por osmosis, e sua principal característica é "Learn by Osmosis while you browse your favorite websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Learn by Osmosis

Baixe arquivos de extensão Learn by Osmosis 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

                        Osmosis.org is the leading platform for health education with an audience of millions of current & future healthcare providers and their patients. With the Learn by Osmosis/Osmose It extension you can now bring the power of the massive and best-in-class Osmosis content library to your browsing experience. Whether you’re reading your favorite news site or trying to better understand a Wikipedia or UpToDate article, you’ll get direct links to over 1,600 videos and other topics, ranging from atrial fibrillation to Zika virus!                    

Informações Básicas da Extensão

Nome Learn by Osmosis Learn by Osmosis
ID aoapgplnpgfjgdjkmnklhojkldpihmji
URL Oficial https://chromewebstore.google.com/detail/learn-by-osmosis/aoapgplnpgfjgdjkmnklhojkldpihmji
Descrição Learn by Osmosis while you browse your favorite websites.
Tamanho do Arquivo 2.09 MB
Contagem de Instalações 558
Versão Atual 1.2.2
Última Atualização 2022-03-30
Data de Publicação 2020-09-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor osmosis
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.osmosis.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn by Osmosis",
    "version": "1.2.2",
    "description": "Learn by Osmosis while you browse your favorite websites.",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Learn by Osmosis",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "48": "icon\/48.png",
            "64": "icon\/64.png",
            "128": "icon\/128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistant": false
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.osmosis.org\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "scripts\/contentscript.js",
                "js\/anime.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}