Styled Background
Display home and new tab background with different background images
Wat is Styled Background?
Styled Background is een Chrome-extensie ontwikkeld door Nick, en de belangrijkste functie is "Display home and new tab background with different background images".
Extensie Screenshots
Download het CRX-bestand van de extensie Styled Background
Download Styled Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Styled Background Displays Daily new background images and quotes. make images favorite and the favorite image will not change on next day. You can choose any background from images list.
Basisinformatie over de Extensie
Naam | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
Officiële URL | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Beschrijving | Display home and new tab background with different background images |
Bestandsgrootte | 650 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-05-26 |
Publicatiedatum | 2017-05-26 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Nick |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Styled Background", "description": "Display home and new tab background with different background images", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "js\/popup.js" ] } } |