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!”。

扩展截图

screenshot

下载Llama New Tab扩展crx文件

下载Llama New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Llama New Tab 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
电子邮箱 [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
}