Flowpedia for Webflow Builders

Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes.

Was ist Flowpedia for Webflow Builders?

Flowpedia for Webflow Builders ist eine Chrome-Erweiterung, die von https://eviltwins.studio entwickelt wurde, und ihr Hauptmerkmal ist "Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Flowpedia for Webflow Builders-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flowpedia for Webflow Builders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Flowpedia makes finding the answers to your Webflow questions easier.

This might jog your memory: you finally found that answer to a Finsweet Attributes question, the perfect cloneable using Relume Library, or a sweet code snippet from Ben Parker or Corey Moen. But you are having the most challenging time finding it. Or worse — it is buried in the mountain of bookmarks you have, half of which are cute pet videos.

Whether you are looking to dig up an old tidbit of information you previously found or are struggling to find an answer to a new question or two, with Flowpedia, you can find that answer sooner than later.

This extension uses Google search operators to find the answer to your question(s) faster than ever before. Leaving you more time to design in Figma, build in Webflow, code away in Visual Studio Code, find your next client, and everything else! Or — use the extra time to take a well-deserved nap because we all need one sometimes.

Bring that Webflow University video or well-written Webflow Blog article up. You know the one! That video or blog post which left you smiling ear to ear, and further empowered you to build incredible experiences through the power of visual development.

Track down that helpful answer from Vincent Bidaux, Nelson Abalos Jr. aka Pixel Geek, among countless others in the Webflow Forum.

Find your favourite cloneable from Timothy Ricks (T.RICKS), Tyler Hughey (tycreated), Flowbase, and other prominent creators from Made in Webflow.

——————

This is an independently developed Chrome Extension by Evil Twins Studio, made available for free on the Chrome Web Store solely for non-commercial purposes. Flowpedia is not endorsed by or affiliated with Webflow, Inc. The Webflow name and logo are the registered trademarks of Webflow, Inc. in the United States and elsewhere.

——————

About Evil Twins Studio

Evil Twins is a full-stack, digital experience studio crafting modern solutions for online mediums—and the occasional traditional medium. Take your brand to a new height, tackle your latest marketing challenge, and reach your consumers; through a personalized approach to marketing, with comprehensive and effective strategies.

An award-winning studio, Evil Twins was founded by a seasoned multidisciplinary designer, Rahul Islam of London, United Kingdom, and Ben Sabic, a Chartered Marketer candidate from Winnipeg, Canada. Two creative professionals embarking on the journey of operating a studio while residing on opposite ends of the pond.

The undeniable results the studio garners for brands is downright evil.
Think of the Evil Twins as your in-house marketing crew.
Let's get started on a (despicable) marketing plan.                    

Grundlegende Informationen zur Erweiterung

Name Flowpedia for Webflow Builders Flowpedia for Webflow Builders
ID gglihnklpknjgdaimhlanmnfddhepcpp
Offizielle URL https://chromewebstore.google.com/detail/flowpedia-for-webflow-bui/gglihnklpknjgdaimhlanmnfddhepcpp
Beschreibung Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes.
Dateigröße 67.34 KB
Installationsanzahl 89
Aktuelle Version 0.0.2
Letztes Update 2023-01-05
Veröffentlichungsdatum 2022-12-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://eviltwins.studio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://eviltwins.studio
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowpedia for Webflow Builders",
    "short_name": "Flowpedia",
    "description": "Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes.",
    "version": "0.0.2",
    "author": "Evil Twins Studio",
    "homepage_url": "https:\/\/eviltwins.studio\/",
    "manifest_version": 3,
    "action": {
        "default_title": "Search Flowpedia",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/Flowpedia-Icon-16x16.png",
        "32": "\/icons\/Flowpedia-Icon-32x32.png",
        "48": "\/icons\/Flowpedia-Icon-48x48.png",
        "128": "\/icons\/Flowpedia-Icon-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}