Set as desktop background
Change your desktop wallpaper directly from your web browser
O que é Set as desktop background?
Set as desktop background é uma extensão do Chrome desenvolvida por https://jairocontreras.github.io, e sua principal característica é "Change your desktop wallpaper directly from your web browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Set as desktop background
Baixe arquivos de extensão Set as desktop background no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
URL Oficial | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Descrição | Change your desktop wallpaper directly from your web browser |
Tamanho do Arquivo | 12.92 KB |
Contagem de Instalações | 1,172 |
Versão Atual | 1.34 |
Última Atualização | 2024-02-05 |
Data de Publicação | 2020-06-06 |
Classificação | 3.80/5 Total de 10 Avaliações |
Desenvolvedor | https://jairocontreras.github.io |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |