Llama New Tab
A new llama with every new tab!
Llama New Tabとは何ですか?
Llama New Tabはmguida22によって開発されたChromeの拡張機能で、その主な機能は「A new llama with every new tab!」です。
拡張機能のスクリーンショット
Llama New Tab拡張機能のCRXファイルをダウンロード
Llama New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Llama New Tab |
ID | agfkplcbndobnfafklmhjacgillflnpd |
公式URL | https://chromewebstore.google.com/detail/llama-new-tab/agfkplcbndobnfafklmhjacgillflnpd |
説明 | A new llama with every new tab! |
ファイルサイズ | 237 KB |
インストール数 | 369 |
現在のバージョン | 1.2.0 |
最終更新日 | 2019-01-01 |
公開日 | 2019-01-01 |
評価 | 3.47/5 合計 32 レビュー |
開発者 | mguida22 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mguida22/llamas-for-lea |
ヘルプページのURL | https://github.com/mguida22/llamas-for-lea/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Llama New Tab", "short_name": "LlamaNewTab", "description": "A new llama with every new tab!", "version": "1.2.0", "chrome_url_overrides": { "newtab": "llama.html" }, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "manifest_version": 2 } |