Elixir Tab
Little bit of Elixir in every new tab
什么是Elixir Tab?
Elixir Tab是由eFeXeN开发的Chrome扩展程序,该扩展的主要功能是“Little bit of Elixir in every new tab”。
扩展截图
下载Elixir Tab扩展crx文件
下载Elixir Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Helps you learn the Elixir core libraries by replacing the new tab page with a randomly selected function from the Elixir core and displaying it's detailed documentation, signature, specs and examples.                     扩展基本信息
| 名称 |   |  
| ID | doohefknjoeeaonpienmknafjmccgkpm | 
| 官方URL | https://chromewebstore.google.com/detail/elixir-tab/doohefknjoeeaonpienmknafjmccgkpm | 
| 简介 | Little bit of Elixir in every new tab | 
| 文件大小 | 7.26 KB | 
| 安装次数 | 50 | 
| 当前版本 | 0.0.3 | 
| 更新时间 | 2017-07-21 | 
| 上架时间 | 2017-07-21 | 
| 评分 | 4.45/5 共11次评分 | 
| 开发者 | eFeXeN | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/efexen/elixir-tab | 
| 帮助页面URL | https://github.com/efexen/elixir-tab | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elixir Tab",
    "description": "Little bit of Elixir in every new tab",
    "version": "0.0.3",
    "permissions": [
        "https:\/\/hexdocs.pm\/*",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "elixir_tab.html"
    }
}  |  |