每日壁纸
每天提供精美的高清壁纸,让你的桌面时刻保持美感。
每日壁纸란 무엇입니까?
每日壁纸은(는) adsaferz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "每天提供精美的高清壁纸,让你的桌面时刻保持美感。"입니다.
확장 프로그램 스크린샷
每日壁纸 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
每日壁纸会选取各种精美好看的高清图片,实时推送给用户。同时用户也可以主动刷新下载自己喜欢的壁纸,美化自己的电脑屏幕。
확장 프로그램 기본 정보
이름 | |
ID | ldjdnkjlkjegbnegkolpihiomemmlckj |
공식 URL | https://chrome.google.com/webstore/detail/%E6%AF%8F%E6%97%A5%E5%A3%81%E7%BA%B8/ldjdnkjlkjegbnegkolpihiomemmlckj |
설명 | 每天提供精美的高清壁纸,让你的桌面时刻保持美感。 |
파일 크기 | 59.01 KB |
설치 횟수 | 19 |
현재 버전 | 1.3.13 |
최근 업데이트 | 2017-06-01 |
출시 날짜 | 2017-06-01 |
개발자 | adsaferz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |