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 | 
| 官方URL | 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"
    ]
}  |  |