Easy Online Image/Photo Editor
Create and edit photos/images with simple and easy online photo editor
O que é Easy Online Image/Photo Editor?
Easy Online Image/Photo Editor é uma extensão do Chrome desenvolvida por https://photoeditor.chromecrxstore.com, e sua principal característica é "Create and edit photos/images with simple and easy online photo editor".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Online Image/Photo Editor
Baixe arquivos de extensão Easy Online Image/Photo Editor 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
Easy Online Image editor is an excellent tool for editing photos, creating banners and logos quickly. The best thing is you don't need to download software on your PC or register to use it. Just open the web application on your PC and it's good to go. This online photo editor can be used either by entering image url, uploading image or by creating a new banner. Following options are available for editing photos and creating flawless banners: 1. Basic 2. Text 3. Drawing 4. Fliters 5. Shapes 6. Stickers The basic tab gives you option to either crop, rotate, resize, round, color and merge. All names are self explanatory. The text tab allows you to insert text by choosing any font of your liking from the list of available ones. The drawing tab gives you option to pick a brush of different thicknesses. You have 7 types of brushes available to suit your needs. Filters can be used to enhance your photo by picking and applying a filter like greyscale, invert, sepia, noise etc. Shapes tab can be used to put various shapes like circle, rectangle, triangle, ellipse and polygon into your photo or banner. Sticker tab gives you option to put interesting stickers into your image or banner. You are provided with categories of stickers like bubbles, stars, transportation, doodles, landmarks, beach, animals & clouds.
Informações Básicas da Extensão
Nome | |
ID | akcgjjdppiajicgmjkggechdkolcpfkm |
URL Oficial | https://chrome.google.com/webstore/detail/easy-online-imagephoto-ed/akcgjjdppiajicgmjkggechdkolcpfkm |
Descrição | Create and edit photos/images with simple and easy online photo editor |
Tamanho do Arquivo | 8.52 KB |
Contagem de Instalações | 385 |
Versão Atual | 1.0 |
Última Atualização | 2020-05-23 |
Data de Publicação | 2020-05-23 |
Classificação | 2.75/5 Total de 4 Avaliações |
Desenvolvedor | https://photoeditor.chromecrxstore.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://photoeditor.chromecrxstore.com/ |
URL da Página de Política de Privacidade | https://chromecrxstore.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Online Image\/Photo Editor", "version": "1.0", "description": "Create and edit photos\/images with simple and easy online photo editor", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/photoeditor.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Simple Image Editor Online" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |