Gradient Tabs

A Beautiful Gradient With Every New Tab!

什么是Gradient Tabs?

Gradient Tabs是由https://gradienthunt.com开发的Chrome扩展程序,该扩展的主要功能是“A Beautiful Gradient With Every New Tab!”。

扩展截图

screenshot

下载Gradient Tabs扩展crx文件

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

扩展使用说明

                        Gradient Tabs is a beautiful chrome extension that shows a gradient pulled from the top popular gradients of Gradient Hunt each time you open a new tab. You can then copy the CSS code of each gradient and also save it to your likes webpage.                    

扩展基本信息

名称 Gradient Tabs Gradient Tabs
ID hndkippiajpholnhmcmlcebbcgnhldbo
官方URL https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo
简介 A Beautiful Gradient With Every New Tab!
文件大小 22.48 KB
安装次数 2,744
当前版本 2
更新时间 2018-07-31
上架时间 2018-07-31
评分 3.83/5 共6次评分
开发者 https://gradienthunt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gradienthunt.com
帮助页面URL https://gradienthunt.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gradient Tabs",
    "short_name": "Gradient Tabs",
    "description": "A Beautiful Gradient With Every New Tab!",
    "version": "2",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}