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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Glossary - Learn the Language of Biology扩展crx文件

下载Glossary - Learn the Language of Biology扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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