Set Image As Chrome OS Wallpaper

Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.

什麼是Set Image As Chrome OS Wallpaper?

Set Image As Chrome OS Wallpaper是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.”。

擴展截圖

screenshot

下載Set Image As Chrome OS Wallpaper擴展crx文件

下載Set Image As Chrome OS Wallpaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Set Image As Chrome OS Wallpaper Set Image As Chrome OS Wallpaper
ID jmkicickdhekkjlghmckdldknhghgbcm
官方網址 https://chromewebstore.google.com/detail/set-image-as-chrome-os-wa/jmkicickdhekkjlghmckdldknhghgbcm
簡介 Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.
檔案大小 7.38 KB
安裝次數 1,095
目前版本 0.0.4
更新時間 2016-08-18
上架時間 2016-08-17
評分 3.00/5 共 12 次評分
開發者 BrowserNative
電子郵箱 [email protected]
付費類型 free
擴展官網 http://browsernative.com/chromebook-wallpaper-app/
說明頁面URL http://browsernative.com/chromebook-wallpaper-app/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 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"
}