Elixir Tab

Little bit of Elixir in every new tab

What is Elixir Tab?

Elixir Tab is a Chrome extension developed by eFeXeN, and its main feature is "Little bit of Elixir in every new tab".

Extension Screenshots

screenshot

Download Elixir Tab Extension CRX File

Download Elixir Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Elixir Tab Elixir Tab
ID doohefknjoeeaonpienmknafjmccgkpm
Official URL https://chromewebstore.google.com/detail/elixir-tab/doohefknjoeeaonpienmknafjmccgkpm
Description Little bit of Elixir in every new tab
File Size 7.26 KB
Installation Count 50
Current Version 0.0.3
Last Updated 2017-07-21
Publish Date 2017-07-21
Rating 4.45/5 Total 11 Ratings
Developer eFeXeN
Email [email protected]
Payment Type free
Extension Website https://github.com/efexen/elixir-tab
Help Page URL https://github.com/efexen/elixir-tab
Supported Languages 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"
    }
}