Set Image As Chrome OS Wallpaper
Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.
What is Set Image As Chrome OS Wallpaper?
Set Image As Chrome OS Wallpaper is a Chrome extension developed by BrowserNative, and its main feature is "Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.".
Extension Screenshots
Download Set Image As Chrome OS Wallpaper Extension CRX File
Download Set Image As Chrome OS Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Right click on any image, and choose the option "Set As ChromeOS Wallpaper". Only for Chromebooks and other ChromeOS devices. Doesn't work on Windows, Mac or Linux. Visit homepage for more cool apps and extensions: http://browsernative.com/chromebook-wallpaper-app/
Extension Basic Information
Name | Set Image As Chrome OS Wallpaper |
ID | jmkicickdhekkjlghmckdldknhghgbcm |
Official URL | https://chromewebstore.google.com/detail/set-image-as-chrome-os-wa/jmkicickdhekkjlghmckdldknhghgbcm |
Description | Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices. |
File Size | 7.38 KB |
Installation Count | 1,095 |
Current Version | 0.0.4 |
Last Updated | 2016-08-18 |
Publish Date | 2016-08-17 |
Rating | 3.00/5 Total 12 Ratings |
Developer | BrowserNative |
[email protected] | |
Payment Type | free |
Extension Website | http://browsernative.com/chromebook-wallpaper-app/ |
Help Page URL | http://browsernative.com/chromebook-wallpaper-app/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.", "homepage_url": "https:\/\/browsernative.com\/chromebook-wallpaper-app\/", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "Set Image As Chrome OS Wallpaper", "permissions": [ "contextMenus", "wallpaper", "notifications" ], "version": "0.0.4" } |