Glif: Remix the web with AI

Remix any image on the web with AI.

什麼是Glif: Remix the web with AI?

Glif: Remix the web with AI是由https://glif.app開發的Chrome擴展程式,該擴展的主要功能是“Remix any image on the web with AI.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Glif: Remix the web with AI擴展crx文件

下載Glif: Remix the web with AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Found a cool and inspiring image on the web? Remix it instantly with amazing AI workflows. Right click on any image, write a prompt (or hit the ✨ to let AI do the prompting) and restyle the image with your prompts. Powered by AI workflows anyone can build on glif.app. 

Version 1.3 adds a range of new "glifs" - besides Style Hunter, you can now:

* Remix a face using Face Transfer (works on cartoon characters, too! Please use responsibly)
* Replace the background of any image with your prompt
* Style Changer let's you keep an image's shape, but change its style with your prompts
* Free Form Image Manipulation is an experimental "smart glif": just ask it to "remove background", or "shape shift this into a photograph", or "put this face onto an astronaut suit in 1970s illustration style..." :)

We highly recommend to use the extension on public domain resources such as Public Domain Review or artvee, which are excellent sources for all sorts of amazing art styles and inspiration!                    

擴展基本資訊

名稱 Glif: Remix the web with AI Glif: Remix the web with AI
ID abfbooehhdjcgmbmcpkcebcmpfnlingo
官方網址 https://chromewebstore.google.com/detail/glif-remix-the-web-with-a/abfbooehhdjcgmbmcpkcebcmpfnlingo
簡介 Remix any image on the web with AI.
檔案大小 63.38 KB
安裝次數 20,000
目前版本 1.3
更新時間 2024-02-15
上架時間 2024-01-31
評分 4.13/5 共 77 次評分
開發者 https://glif.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://glif.app
說明頁面URL https://glif.app/contact
隱私政策頁面URL https://glif.app/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Glif: Remix the web with AI",
    "version": "1.3",
    "description": "Remix any image on the web with AI.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/favicon_purp16.png",
            "48": "images\/favicon_purp48.png",
            "128": "images\/favicon_purp128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "sidebar\/*",
                "style.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.glif.app\/*"
        ]
    },
    "icons": {
        "16": "images\/favicon_purp16.png",
        "48": "images\/favicon_purp48.png",
        "128": "images\/favicon_purp128.png"
    }
}