Learn by Osmosis

Learn by Osmosis while you browse your favorite websites.

Learn by Osmosis란 무엇입니까?

Learn by Osmosis은(는) osmosis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn by Osmosis while you browse your favorite websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Learn by Osmosis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Learn by Osmosis Learn by Osmosis
ID aoapgplnpgfjgdjkmnklhojkldpihmji
공식 URL https://chromewebstore.google.com/detail/learn-by-osmosis/aoapgplnpgfjgdjkmnklhojkldpihmji
설명 Learn by Osmosis while you browse your favorite websites.
파일 크기 2.09 MB
설치 횟수 558
현재 버전 1.2.2
최근 업데이트 2022-03-30
출시 날짜 2020-09-26
평점 5.00/5 총 4 개의 평점
개발자 osmosis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.osmosis.org
지원되는 언어 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
        }
    ]
}