Learn by Osmosis

Learn by Osmosis while you browse your favorite websites.

Τι είναι το Learn by Osmosis;

Το Learn by Osmosis είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον osmosis, και η κύρια λειτουργία του είναι "Learn by Osmosis while you browse your favorite websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Learn by Osmosis

Λήψη αρχείων επέκτασης Learn by Osmosis σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}