每日壁纸
每天提供精美的高清壁纸,让你的桌面时刻保持美感。
What is 每日壁纸?
每日壁纸 is a Chrome extension developed by adsaferz, and its main feature is "每天提供精美的高清壁纸,让你的桌面时刻保持美感。".
Extension Screenshots
Download 每日壁纸 Extension CRX File
Download 每日壁纸 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
每日壁纸会选取各种精美好看的高清图片,实时推送给用户。同时用户也可以主动刷新下载自己喜欢的壁纸,美化自己的电脑屏幕。
Extension Basic Information
Name | |
ID | ldjdnkjlkjegbnegkolpihiomemmlckj |
Official URL | https://chrome.google.com/webstore/detail/%E6%AF%8F%E6%97%A5%E5%A3%81%E7%BA%B8/ldjdnkjlkjegbnegkolpihiomemmlckj |
Description | 每天提供精美的高清壁纸,让你的桌面时刻保持美感。 |
File Size | 59.01 KB |
Installation Count | 19 |
Current Version | 1.3.13 |
Last Updated | 2017-06-01 |
Publish Date | 2017-06-01 |
Developer | adsaferz |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6bcf\u65e5\u58c1\u7eb8", "version": "1.3.13", "description": "\u6bcf\u5929\u63d0\u4f9b\u7cbe\u7f8e\u7684\u9ad8\u6e05\u58c1\u7eb8\uff0c\u8ba9\u4f60\u7684\u684c\u9762\u65f6\u523b\u4fdd\u6301\u7f8e\u611f\u3002", "browser_action": { "default_icon": "icon16.png", "popup": "popup.html", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "md5.js", "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "notifications", "unlimitedStorage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon96.png" } } |