Palettes Tab
8 Beautiful Palettes With Every New Tab!
Vad är Palettes Tab?
Palettes Tab är en Chrome-tillägg utvecklad av https://trendypalettes.com, och dess huvudfunktion är "8 Beautiful Palettes With Every New Tab!".
Tilläggsskärmbilder
Ladda ner Palettes Tab-förlängningens CRX-fil
Ladda ner Palettes Tab-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
Curated collection of 8 beautiful color palettes, updated in every new tab! Grundläggande Information om Tillägg
| Namn | |
| ID | monbbbemnbnemmglimfodaomdonmjihp |
| Officiell webbadress | https://chromewebstore.google.com/detail/palettes-tab/monbbbemnbnemmglimfodaomdonmjihp |
| Beskrivning | 8 Beautiful Palettes With Every New Tab! |
| Filstorlek | 14 KB |
| Antal Installationer | 442 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2018-09-08 |
| Publiceringsdatum | 2018-09-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://trendypalettes.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://trendypalettes.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Palettes Tab",
"description": "8 Beautiful Palettes With Every New Tab!",
"version": "1",
"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"
}
} | |