Gradient Tabs
A Beautiful Gradient With Every New Tab!
Co to jest Gradient Tabs?
Gradient Tabs to rozszerzenie Chrome opracowane przez https://gradienthunt.com, a jego główną funkcją jest „A Beautiful Gradient With Every New Tab!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gradient Tabs
Pobierz pliki rozszerzeń Gradient Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
Oficjalny URL | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
Opis | A Beautiful Gradient With Every New Tab! |
Rozmiar pliku | 22.48 KB |
Liczba instalacji | 2,744 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2018-07-31 |
Data Publikacji | 2018-07-31 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | https://gradienthunt.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gradienthunt.com |
Adres URL Strony Pomocy | https://gradienthunt.com |
Obsługiwane Języki | 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" } } |