Glossary - Learn the Language of Biology

Surf the web and understand every biological text you read. Words you might not know yet are red, click them and start learning!

Glossary - Learn the Language of Biology क्या है?

Glossary - Learn the Language of Biology https://www.synbio.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf the web and understand every biological text you read. Words you might not know yet are red, click them and start learning!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glossary - Learn the Language of Biology एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension highlights all the complicated words from Biology - one click away you find a short definition, videos and images explaining you everything you need to know. 

Synthetic Biology is on the verge to become the central industry of the 21 century - as mechanical engineers, software architects, designers and business experts team up with molecular biologists in order to create novel organisms such as yeast and bacteria that are capable of turning sugar into fuels, rose oil or milk. The possibilities are endless, but the vision is clear: Create a world without disease, hunger and energy problems. 

Be part of it and begin by learning the language of biology on the fly!

Made with love by www.synbio.info                    

एक्सटेंशन की मूल जानकारी

नाम Glossary - Learn the Language of Biology Glossary - Learn the Language of Biology
ID dfeoeaofmmokcecjiemmicimhgodnabg
आधिकारिक URL https://chromewebstore.google.com/detail/glossary-learn-the-langua/dfeoeaofmmokcecjiemmicimhgodnabg
विवरण Surf the web and understand every biological text you read. Words you might not know yet are red, click them and start learning!
फ़ाइल का आकार 627 KB
स्थापना संख्या 504
वर्तमान संस्करण 0.9.1
अंतिम अपडेट 2016-04-18
प्रकाशन तिथि 2016-04-18
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर https://www.synbio.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.synbio.info
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glossary - Learn the Language of Biology",
    "short_name": "Glossary",
    "description": "Surf the web and understand every biological text you read. Words you might not know yet are red, click them and start learning!",
    "homepage_url": "http:\/\/glossary.synbio.info",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chrome\/content\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "chrome\/background\/index.js"
        ]
    },
    "permissions": [
        "http:\/\/www.synbio.info\/",
        "https:\/\/www.synbio.info\/",
        "storage"
    ],
    "browser_action": {
        "default_title": "Glossary - Learn the language of biology",
        "default_popup": "chrome\/popup\/index.html"
    },
    "web_accessible_resources": [
        "images\/icons\/*"
    ],
    "icons": {
        "16": "$assets\/icon_glossary_16.png",
        "32": "$assets\/icon_glossary_32.png",
        "48": "$assets\/icon_glossary_48.png",
        "128": "$assets\/icon_glossary_128.png",
        "512": "$assets\/icon_glossary_512.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/localhost:3001; object-src 'self'; ",
    "version": "0.9.1"
}