4k Wallpapers
Download all 4k wallpaper images for your desktop backgrounds.
什麼是4k Wallpapers?
4k Wallpapers是由Nisha Roy開發的Chrome擴展程式,該擴展的主要功能是“Download all 4k wallpaper images for your desktop backgrounds.”。
擴展截圖
下載4k Wallpapers擴展crx文件
下載4k Wallpapers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Download all 4k wallpaper images for your desktop backgrounds. These 4k ultra-HD wallpapers are free to use and perfect for high resolution computers and laptops.                     擴展基本資訊
| 名稱 |   |  
| ID | ifkangkafkbekeepjhhglfdbgbpbdedi | 
| 官方網址 | https://chromewebstore.google.com/detail/4k-wallpapers/ifkangkafkbekeepjhhglfdbgbpbdedi | 
| 簡介 | Download all 4k wallpaper images for your desktop backgrounds. | 
| 檔案大小 | 29.43 KB | 
| 安裝次數 | 19 | 
| 目前版本 | 1 | 
| 更新時間 | 2018-09-02 | 
| 上架時間 | 2018-09-02 | 
| 開發者 | Nisha Roy | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4k Wallpapers",
    "description": "Download all 4k wallpaper images for your desktop backgrounds.",
    "browser_action": {
        "default_title": "Click Here !"
    },
    "version": "1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}  |  |