Better Photo Editor

Better Photo Editor

Better Photo Editorとは何ですか?

Better Photo EditorはAustin Viens-DeRuisseauによって開発されたChromeの拡張機能で、その主な機能は「Better Photo Editor」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This tool is an improved photo and GIF editing tool to help improve the way to edit photos and being able to take quick screenshots. With a various amount of tools available, there are many ways you can edit your photos into the way that you want them to be. 
I developed this on my own and updates will be coming and any feedback is appreciated!

- Edit Gifs
- Create Gifs
- Create quick image edits or add text to an image
- Apply various filters onto images

Donation Link - https://streamlabs.com/nochillaustin 
Any donation is appreciated but if you aren't able to then that is alright! I appreciate you <3                    

拡張機能の基本情報

名前 Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
公式URL https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
説明 Better Photo Editor
ファイルサイズ 6.09 MB
インストール数 144
現在のバージョン 0.0.0.4
最終更新日 2021-05-24
公開日 2021-05-07
評価 5.00/5 合計 2 レビュー
開発者 Austin Viens-DeRuisseau
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Photo Editor",
    "version": "0.0.0.4",
    "description": "Better Photo Editor",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "CSS\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Images\/Drawing.png",
        "default_title": "",
        "default_popup": "Home.html"
    },
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}