Photo editor PhotoStudio for images

PhotoStudio to create and edit photos and images online

Photo editor PhotoStudio for imagesとは何ですか?

Photo editor PhotoStudio for imagesはhttps://www.redcoolmedia.netによって開発されたChromeの拡張機能で、その主な機能は「PhotoStudio to create and edit photos and images online」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Photo editor PhotoStudio for images拡張機能のCRXファイルをダウンロード

Photo editor PhotoStudio for images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        PhotoStudio is a photo editor to modify any image, use your camera to take pictures, import them, and edit any kind of images and graphics. It provides a flexible area with a multitude of photo editing features, effects and filters. Its main features are:

- Take pictures from your PC or laptop camera.
- Import pictures to modify them.
- Filters, which determine the atmosphere of pictures and help convey the right message for your creative. 
- Custom filters, that can be created by anyone using LUTs (Lookup Tables) from popular apps like Photoshop, GIMP or Lightroom.
- Overlays, which can be used to create neat lighting effects such as lens flare, bokeh or light leaks. It can also be used to furnish pictures with textures like crumpled paper or plaster.
- Adjustments like brightness, contrast or clarity so that users can tune their images and graphics to produce stunning creatives.
- Transform effects like cropping, flipping and rotation operations.
- Allow to quickly add text to any picture or creative. The corresponding font library can easily be exchanged, reduced, or expanded.
- Provide Stickers.
- Brush, which is optimized for touch screen interaction and supports different brush strokes that can be edited in terms of thickness and color.
- Download or share the pictures modified.

PhotoStudio is an adaptation of the IMGLY PhotoEditor to the RedcoolMedia platform. It is open source.                    

拡張機能の基本情報

名前 Photo editor PhotoStudio for images Photo editor PhotoStudio for images
ID dpjgafhldafgelgpilaghplfgecjojgp
公式URL https://chromewebstore.google.com/detail/photo-editor-photostudio/dpjgafhldafgelgpilaghplfgecjojgp
説明 PhotoStudio to create and edit photos and images online
ファイルサイズ 635 KB
インストール数 47,334
現在のバージョン 1.7.3
最終更新日 2023-11-11
公開日 2020-05-17
評価 3.62/5 合計 176 レビュー
開発者 https://www.redcoolmedia.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.redcoolmedia.net/index.php/web-online-images-apps/photostudio-photo-editor-graphics-images
プライバシーポリシーページのURL http://www.redcoolmedia.net/index.php/cloud-apps-policy
対応言語 de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.7.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}