Beautiful Wallpapers by Saatchi Art
Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
Was ist Beautiful Wallpapers by Saatchi Art?
Beautiful Wallpapers by Saatchi Art ist eine Chrome-Erweiterung, die von Leaf Group entwickelt wurde, und ihr Hauptmerkmal ist "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".
Erweiterungsscreenshots
Beautiful Wallpapers by Saatchi Art-Erweiterungs-CRX-Datei herunterladen
Laden Sie Beautiful Wallpapers by Saatchi Art-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension displays amazing art pieces as your background for google chrome. Use this extension to create to-do lists, make notes, and browse art provided by Saatchi Art.
Grundlegende Informationen zur Erweiterung
Name | |
ID | onhkklabjfamfjinnjkmhngknoellllf |
Offizielle URL | https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf |
Beschreibung | Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com |
Dateigröße | 232 KB |
Installationsanzahl | 65 |
Aktuelle Version | 1.8 |
Letztes Update | 2018-11-26 |
Veröffentlichungsdatum | 2018-11-26 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Leaf Group |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful Wallpapers by Saatchi Art", "version": "1.8", "description": "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com", "permissions": [ "activeTab", "tabs", "bookmarks", "chrome:\/\/favicon\/", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "img\/sa16.png", "32": "img\/sa32.png", "48": "img\/sa48.png", "128": "img\/sa128.png" } }, "icons": { "16": "img\/sa16.png", "32": "img\/sa32.png", "48": "img\/sa48.png", "128": "img\/sa128.png" }, "manifest_version": 2 } |