Gradient Tabs
A Beautiful Gradient With Every New Tab!
Hvad er Gradient Tabs?
Gradient Tabs er en Chrome-udvidelse udviklet af https://gradienthunt.com, og dens hovedfunktion er "A Beautiful Gradient With Every New Tab!".
Udvidelsesskærmbilleder
Download Gradient Tabs-udvidelses-CRX-fil
Download Gradient Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | hndkippiajpholnhmcmlcebbcgnhldbo |
| Officiel URL | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
| Beskrivelse | A Beautiful Gradient With Every New Tab! |
| Filstørrelse | 22.48 KB |
| Antal Installationer | 2,744 |
| Nuværende Version | 2 |
| Senest Opdateret | 2018-07-31 |
| Udgivelsesdato | 2018-07-31 |
| Bedømmelse | 3.83/5 Samlet 6 Bedømmelser |
| Udvikler | https://gradienthunt.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://gradienthunt.com |
| Hjælpeside-URL | https://gradienthunt.com |
| Understøttede Sprog | 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"
}
} | |