Set as desktop background
Change your desktop wallpaper directly from your web browser
Set as desktop background란 무엇입니까?
Set as desktop background은(는) https://jairocontreras.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your desktop wallpaper directly from your web browser"입니다.
확장 프로그램 스크린샷
Set as desktop background 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is compatible with Windows and requires the installation of Python and a script which serve as the native application and messaging host needed to make changes to your computer. Download links and further instructions can be found in the options page. Additional features: Save recently applied wallpaper to your downloads
확장 프로그램 기본 정보
이름 | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
공식 URL | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
설명 | Change your desktop wallpaper directly from your web browser |
파일 크기 | 12.92 KB |
설치 횟수 | 1,172 |
현재 버전 | 1.34 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2020-06-06 |
평점 | 3.80/5 총 10 개의 평점 |
개발자 | https://jairocontreras.github.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Set as desktop background", "version": "1.34", "action": { "default_popup": "popup.html" }, "description": "Change your desktop wallpaper directly from your web browser", "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "background": { "service_worker": "script\/background.js" }, "options_page": "main.html", "permissions": [ "contextMenus", "downloads", "nativeMessaging", "notifications", "storage" ] } |