Learn by Osmosis
Learn by Osmosis while you browse your favorite websites.
Learn by Osmosis क्या है?
Learn by Osmosis osmosis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn by Osmosis while you browse your favorite websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Learn by Osmosis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } ] } |