Learn by Osmosis
Learn by Osmosis while you browse your favorite websites.
Qu'est-ce que Learn by Osmosis ?
Learn by Osmosis est une extension Chrome développée par osmosis, et sa fonction principale est "Learn by Osmosis while you browse your favorite websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Learn by Osmosis
Téléchargez les fichiers d'extension Learn by Osmosis 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
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!
Informations de Base sur l'Extension
Nom | Learn by Osmosis |
ID | aoapgplnpgfjgdjkmnklhojkldpihmji |
URL Officiel | https://chromewebstore.google.com/detail/learn-by-osmosis/aoapgplnpgfjgdjkmnklhojkldpihmji |
Description | Learn by Osmosis while you browse your favorite websites. |
Taille du Fichier | 2.09 MB |
Nombre d'Installations | 558 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2022-03-30 |
Date de Publication | 2020-09-26 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | osmosis |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.osmosis.org |
Langues Prises en Charge | 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 } ] } |