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
Eメール [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"
    }
}