HD Wallpapers
4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.
什么是HD Wallpapers?
HD Wallpapers是由https://uhdwallpapers.org开发的Chrome扩展程序,该扩展的主要功能是“4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.”。
扩展截图
下载HD Wallpapers扩展crx文件
下载HD Wallpapers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is basically the official RSS feed for https://uhdwallpapers.org/ gallery.
If you wish to have a small button in your Chrome to know when a new wallpaper is featured just use it.
Almost all wallpapers are in 4K ultra HD 3840x2160 size.
**Update 10/06/2018**
All links are now secured (HTTPS).
A new look for the app was implemented and the thumbnails are fetched in the original size (400x225). 扩展基本信息
| 名称 | |
| ID | pjdffmepemokbecpbkcgbogmdhobbdkl |
| 官方URL | https://chromewebstore.google.com/detail/hd-wallpapers/pjdffmepemokbecpbkcgbogmdhobbdkl |
| 简介 | 4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones. |
| 文件大小 | 57.28 KB |
| 安装次数 | 1,644 |
| 当前版本 | 1.5 |
| 更新时间 | 2018-06-10 |
| 上架时间 | 2018-06-10 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | https://uhdwallpapers.org |
| 付费类型 | free |
| 扩展官网 | https://uhdwallpapers.org/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"background": {
"scripts": [
"jquery-1.12.4.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "HD Wallpapers"
},
"short_name": "Wallpapers",
"description": "4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.",
"homepage_url": "https:\/\/uhdwallpapers.org\/",
"icons": {
"128": "128.png",
"16": "icon.png",
"48": "48.png"
},
"manifest_version": 2,
"name": "HD Wallpapers",
"permissions": [
"https:\/\/uhdwallpapers.org\/",
"https:\/\/uhdwallpapers.org\/wallpapers\/latest\/?feed=rss",
"notifications"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.5"
} | |