Gradient Tabs

A Beautiful Gradient With Every New Tab!

Vad är Gradient Tabs?

Gradient Tabs är en Chrome-tillägg utvecklad av https://gradienthunt.com, och dess huvudfunktion är "A Beautiful Gradient With Every New Tab!".

Tilläggsskärmbilder

screenshot

Ladda ner Gradient Tabs-förlängningens CRX-fil

Ladda ner Gradient Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gradient Tabs Gradient Tabs
ID hndkippiajpholnhmcmlcebbcgnhldbo
Officiell webbadress https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo
Beskrivning A Beautiful Gradient With Every New Tab!
Filstorlek 22.48 KB
Antal Installationer 2,744
Aktuell Version 2
Senast Uppdaterad 2018-07-31
Publiceringsdatum 2018-07-31
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare https://gradienthunt.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gradienthunt.com
Hjälpsida URL https://gradienthunt.com
Stödda Språk 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"
    }
}