Styled Background
Display home and new tab background with different background images
Hvad er Styled Background?
Styled Background er en Chrome-udvidelse udviklet af Nick, og dens hovedfunktion er "Display home and new tab background with different background images".
Udvidelsesskærmbilleder
Download Styled Background-udvidelses-CRX-fil
Download Styled Background-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
Officiel URL | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Beskrivelse | Display home and new tab background with different background images |
Filstørrelse | 650 KB |
Antal Installationer | 11 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-05-26 |
Udgivelsesdato | 2017-05-26 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Nick |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |