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ファイルをダウンロード
Set as desktop background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |