Glif: Remix the web with AI

Remix any image on the web with AI.

Glif: Remix the web with AI là gì?

Glif: Remix the web with AI là một tiện ích mở rộng Chrome được phát triển bởi https://glif.app, và tính năng chính của nó là "Remix any image on the web with AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glif: Remix the web with AI

Tải xuống các tệp mở rộng Glif: Remix the web with AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glif: Remix the web with AI Glif: Remix the web with AI
ID abfbooehhdjcgmbmcpkcebcmpfnlingo
URL Chính Thức https://chromewebstore.google.com/detail/glif-remix-the-web-with-a/abfbooehhdjcgmbmcpkcebcmpfnlingo
Mô tả Remix any image on the web with AI.
Kích Thước Tệp 63.38 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2024-01-31
Đánh Giá 4.13/5 Tổng số 77 Đánh Giá
Nhà Phát Triển https://glif.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://glif.app
URL Trang Trợ Giúp https://glif.app/contact
URL Trang Chính Sách Bảo Mật https://glif.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}