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
官方網址 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
電子郵箱 [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
}