Pixlr | Free Photo editor online

Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.

Pixlr | Free Photo editor onlineとは何ですか?

Pixlr | Free Photo editor onlineはhttps://www.photoeditoronline.netによって開発されたChromeの拡張機能で、その主な機能は「Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.」です。

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

screenshot
screenshot

Pixlr | Free Photo editor online拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Pixlr is a professional photo editing software. Here you can do photo editor image animation and design.

Pixlr is now available in the chrome web store. If you are looking for professional photo editor chrome web extension software,  now you can use Pixlr Photo editor, animation, and design. You can use it for free. Looking for a great photo editor online for free. So Pixlr is the best because you can edit photos, animation, graphic design, and remove background. You will also find many more features here. 

Pixlr The main two features are Pixlr -E and another is Pixlr -E. Pixlr -E is a photo editor tool and Pixlr -X is a design tool. Now you get these two features chrome web store. You do not have to spend any money to use it. Also, use Pixlr without download because it is browser-based. All you need to use Pixlr is an internet connection on your laptop or PC. Then You can open Pixlr with any browser like chrome, firefox, etc.                    

拡張機能の基本情報

名前 Pixlr | Free Photo editor online Pixlr | Free Photo editor online
ID caecomkodkibpkhjfibeojafdfkkbbmn
公式URL https://chromewebstore.google.com/detail/pixlr-free-photo-editor-o/caecomkodkibpkhjfibeojafdfkkbbmn
説明 Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.
ファイルサイズ 125 KB
インストール数 5,276
現在のバージョン 1.2.2
最終更新日 2022-06-08
公開日 2022-05-31
評価 1.00/5 合計 1 レビュー
開発者 https://www.photoeditoronline.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.photoeditoronline.net/
ヘルプページのURL https://www.photoeditoronline.net/contact-us/
プライバシーポリシーページのURL https://www.photoeditoronline.net/privacy-policy
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "version": "1.2.2",
    "name": "Pixlr | Free Photo editor online",
    "description": "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "action": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.photoeditoronline.net\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}