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.
拡張機能の基本情報
名前 | Elixir Tab |
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 |
Eメール | [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" } } |