Free Photo Editor

You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

Free Photo Editorとは何ですか?

Free Photo EditorはGTによって開発されたChromeの拡張機能で、その主な機能は「You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.」です。

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

screenshot
screenshot
screenshot

Free Photo Editor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Right-click the picture to edit online!

Edit pictures online, you can modify text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

Photo manipulation
Crop, Flip, Rotation, Drawing, Shape, Icon, Text, Mask Filter, Image Filter


Integration function
Download, Image Load, Undo, Redo, Reset, Delete Object(Shape, Line, Mask Image...)

Powerful filter function
Grayscale, Invert, Sepia, Blur Sharpen, Emboss, RemoveWhite, Brightness, Noise, Pixelate, ColorFilter, Tint, Multiply, Blend

Features
Load image to canvas
Undo/Redo (With shortcut)
Crop
Flip
Rotation
Free drawing
Line drawing
Shape
Icon
Text
Mask Filter
Image Filter                    

拡張機能の基本情報

名前 Free Photo Editor Free Photo Editor
ID bcddhhapididnllhibcidgmiojengdag
公式URL https://chromewebstore.google.com/detail/free-photo-editor/bcddhhapididnllhibcidgmiojengdag
説明 You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
ファイルサイズ 37.13 KB
インストール数 2,152
現在のバージョン 1.8
最終更新日 2022-08-21
公開日 2020-12-31
評価 3.67/5 合計 3 レビュー
開発者 GT
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://the-image-editor.com
ヘルプページのURL https://the-image-editor.com/privacy
プライバシーポリシーページのURL https://newtabplus.me/privacy-policy.html
対応言語 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "the-image-editor.com",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/128.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/www.the-image-editor.com\/",
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.the-image-editor.com\/"
    ],
    "version": "1.8"
}