Webflow Extension by Peeks

Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.

Webflow Extension by Peeks क्या है?

Webflow Extension by Peeks Peeks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation."।

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

screenshot
screenshot

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

crx प्रारूप में Webflow Extension by Peeks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Increase your productivity on Webflow with our extension that comes with features to streamline your workflow. 

Currently our key feature is the AI-powered alt text generator, a must-have for improving the accessibility of your website and increasing your search engine ranking. 

Add alt text to static images, CMS items, SVG files, and GIFs with ease, and extract text from images to use as a caption.

Our alt text tool is fast and accurate, taking just seconds to work its magic. Keep an eye out for updates and new features.                    

एक्सटेंशन की मूल जानकारी

नाम Webflow Extension by Peeks Webflow Extension by Peeks
ID mfjbmoaliicmnliefefaagcddnjkjamc
आधिकारिक URL https://chromewebstore.google.com/detail/webflow-extension-by-peek/mfjbmoaliicmnliefefaagcddnjkjamc
विवरण Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.
फ़ाइल का आकार 43.89 KB
स्थापना संख्या 810
वर्तमान संस्करण 0.0.45
अंतिम अपडेट 2024-01-26
प्रकाशन तिथि 2022-12-17
रेटिंग 3.70/5 कुल 10 रेटिंग्स
डेवलपर Peeks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://peeks.co
गोपनीयता नीति पृष्ठ URL https://peeks.co/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webflow Extension by Peeks",
    "version": "0.0.45",
    "manifest_version": 3,
    "description": "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "peeks.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design\/*",
                "https:\/\/peeks.co\/*",
                "https:\/\/*.design.webflow.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/peeks-button-icon.svg"
            ],
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ]
        }
    ]
}