Pix2Fone for Google Chrome™
Save pictures from the web or your computer as your phone wallpapers
O que é Pix2Fone for Google Chrome™?
Pix2Fone for Google Chrome™ é uma extensão do Chrome desenvolvida por https://www.pix2fone.com, e sua principal característica é "Save pictures from the web or your computer as your phone wallpapers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pix2Fone for Google Chrome™
Baixe arquivos de extensão Pix2Fone for Google Chrome™ 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
Pix2Fone is a free extension for Google Chrome combined with online service. It adds "Save image as phone wallpaper" option to the browser and lets you save any picture from the web (or your computer) as your mobile phone wallpapers. You can download phone wallpapers with the phone browser or send text message (SMS) bookmark directly to your phone.
Informações Básicas da Extensão
Nome | |
ID | bjadmjhpmogmmmocimbomjlnmpjcjifh |
URL Oficial | https://chromewebstore.google.com/detail/pix2fone-for-google-chrom/bjadmjhpmogmmmocimbomjlnmpjcjifh |
Descrição | Save pictures from the web or your computer as your phone wallpapers |
Tamanho do Arquivo | 9.4 KB |
Contagem de Instalações | 306 |
Versão Atual | 1.2 |
Última Atualização | 2013-08-01 |
Data de Publicação | 2013-08-01 |
Classificação | 3.75/5 Total de 8 Avaliações |
Desenvolvedor | https://www.pix2fone.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.pix2fone.com/ |
URL da Página de Ajuda | http://www.pix2fone.com/faq.php |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pix2Fone for Google Chrome\u2122", "version": "1.2", "manifest_version": 2, "description": "Save pictures from the web or your computer as your phone wallpapers", "icons": { "16": "pix2fone_icon_16.png", "48": "pix2fone_icon_48.png", "128": "pix2fone_icon_128.png" }, "homepage_url": "http:\/\/www.pix2fone.com", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs" ] } |