Beautiful Wallpapers by Saatchi Art
Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
Vad är Beautiful Wallpapers by Saatchi Art?
Beautiful Wallpapers by Saatchi Art är en Chrome-tillägg utvecklad av Leaf Group, och dess huvudfunktion är "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".
Tilläggsskärmbilder
Ladda ner Beautiful Wallpapers by Saatchi Art-förlängningens CRX-fil
Ladda ner Beautiful Wallpapers by Saatchi Art-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | onhkklabjfamfjinnjkmhngknoellllf |
Officiell webbadress | https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf |
Beskrivning | Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com |
Filstorlek | 232 KB |
Antal Installationer | 65 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2018-11-26 |
Publiceringsdatum | 2018-11-26 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Leaf Group |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |