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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remix any image on the web with AI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glif: Remix the web with AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}