My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview.
My sites in Webflow क्या है?
My sites in Webflow Marek Lumi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open your Webflow sites faster: Designer, Settings or Preview."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My sites in Webflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you open your Webflow Dashboard, your current sites are saved locally to your browser. You can then access them faster (the Designer, Settings or Preview) when you open the popup window of this extension. NOTE: Extension is developed independently, and is not officially endorsed by Webflow, Inc.
एक्सटेंशन की मूल जानकारी
नाम | My sites in Webflow |
ID | fhicpgkkgeefcfbkfaiigkaakfhakkbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/my-sites-in-webflow/fhicpgkkgeefcfbkfaiigkaakfhakkbc |
विवरण | Open your Webflow sites faster: Designer, Settings or Preview. |
फ़ाइल का आकार | 16.03 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2022-04-07 |
प्रकाशन तिथि | 2020-05-01 |
डेवलपर | Marek Lumi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My sites in Webflow", "version": "2.0.1", "manifest_version": 3, "description": "Open your Webflow sites faster: Designer, Settings or Preview.", "homepage_url": "https:\/\/webflow.grsm.io\/marekeiba", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/webflow.com\/dashboard\/*" ], "js": [ "src\/content-script.js" ], "run_at": "document_end" } ], "options_page": "src\/settings\/settings.html", "action": { "default_icon": "icons\/icon19.png", "default_title": "My sites in Webflow", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/webflow.com\/dashboard\/*" ] } |