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.
什麼是Flowpedia for Webflow Builders?
Flowpedia for Webflow Builders是由https://eviltwins.studio開發的Chrome擴展程式,該擴展的主要功能是“Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes.”。
擴展截圖
下載Flowpedia for Webflow Builders擴展crx文件
下載Flowpedia for Webflow Builders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Flowpedia for Webflow Builders |
ID | gglihnklpknjgdaimhlanmnfddhepcpp |
官方網址 | https://chromewebstore.google.com/detail/flowpedia-for-webflow-bui/gglihnklpknjgdaimhlanmnfddhepcpp |
簡介 | Find the answer or resource you are seeking, by searching Made in Webflow or another part of the Webflow site with a few keystrokes. |
檔案大小 | 67.34 KB |
安裝次數 | 89 |
目前版本 | 0.0.2 |
更新時間 | 2023-01-05 |
上架時間 | 2022-12-20 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://eviltwins.studio |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://eviltwins.studio |
支援的語言 | 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" ] } |