Fotoefectos, editor de fotos
Editor de fotos con efectos marcos y collages con tus fotos
Was ist Fotoefectos, editor de fotos?
Fotoefectos, editor de fotos ist eine Chrome-Erweiterung, die von https://www.fotoefectos.com entwickelt wurde, und ihr Hauptmerkmal ist "Editor de fotos con efectos marcos y collages con tus fotos".
Erweiterungsscreenshots
Fotoefectos, editor de fotos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fotoefectos, editor de fotos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Editor de fotos online para añadir efectos marcos o crear tarjetas con tus imágenes.
Puedes hacer fotomontajes y efectos para fotos personalizados con tus propias fotods y sin necesidad de descargarte ningún programa:
Tarjetas de Navidad
Calendarios de 2018 personalizados con tu foto
Marcos para fotos variados
Fondos para fotos
Tarjetas de amor y cumpleaños(ideal para felicitar e imprimir!)
Fotomontajes divertidos.
Calendarios personalizados.
Efectos y filtros tipo instagram.(y más chulos!)
Todo lo que se te ocurra con fotos, está en fotoefectos.
A fotodivertirse! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knambdkfjgjcfnnackejjepjnilcpeeh |
| Offizielle URL | https://chromewebstore.google.com/detail/fotoefectos-editor-de-fot/knambdkfjgjcfnnackejjepjnilcpeeh |
| Beschreibung | Editor de fotos con efectos marcos y collages con tus fotos |
| Dateigröße | 7.85 KB |
| Installationsanzahl | 2,545 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-12-24 |
| Veröffentlichungsdatum | 2017-12-24 |
| Bewertung | 4.14/5 Insgesamt 103 Bewertungen |
| Entwickler | https://www.fotoefectos.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.fotoefectos.com |
| Hilfeseite URL | http://www.fotoefectos.com/ayuda |
| Unterstützte Sprachen | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fotoefectos, editor de fotos",
"description": "Editor de fotos con efectos marcos y collages con tus fotos",
"background": {
"scripts": [
"extension.js"
]
},
"browser_action": {
"default_title": "FotoEfectos",
"default_icon": "favicon.png"
},
"version": "1.0",
"manifest_version": 2,
"permissions": [
"tabs",
"chrome:\/\/favicon\/",
"contextMenus"
],
"icons": {
"16": "favicon.png"
}
} | |