Easy Online Image/Photo Editor
Create and edit photos/images with simple and easy online photo editor
Easy Online Image/Photo Editorとは何ですか?
Easy Online Image/Photo Editorはhttps://photoeditor.chromecrxstore.comによって開発されたChromeの拡張機能で、その主な機能は「Create and edit photos/images with simple and easy online photo editor」です。
拡張機能のスクリーンショット
Easy Online Image/Photo Editor拡張機能のCRXファイルをダウンロード
Easy Online Image/Photo Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | akcgjjdppiajicgmjkggechdkolcpfkm |
公式URL | https://chrome.google.com/webstore/detail/easy-online-imagephoto-ed/akcgjjdppiajicgmjkggechdkolcpfkm |
説明 | Create and edit photos/images with simple and easy online photo editor |
ファイルサイズ | 8.52 KB |
インストール数 | 385 |
現在のバージョン | 1.0 |
最終更新日 | 2020-05-23 |
公開日 | 2020-05-23 |
評価 | 2.75/5 合計 4 レビュー |
開発者 | https://photoeditor.chromecrxstore.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://photoeditor.chromecrxstore.com/ |
プライバシーポリシーページのURL | https://chromecrxstore.com/privacy-policy |
対応言語 | 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 } } |