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
公式URL 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
Eメール [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"
    }
}