Modkit for Webflow
Free custom modifications for the Webflow Designer
Modkit for Webflow क्या है?
Modkit for Webflow https://jetboost.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free custom modifications for the Webflow Designer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Modkit for Webflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NOTE: Modkit for Webflow is developed independently by Jetboost.io, and is not officially endorsed by or affiliated with Webflow, Inc. FEATURES: • Ability to maximize the code editor in the designer. • Option to move the breadcrumb navigation bar to the top of the designer. • Alert: Multiple Affected Elements. Warns you when style changes affect multiple elements. • Alert: Editing Non-Desktop Breakpoint. Prevents accidentally editing a breakpoint other than Desktop. PERMISSIONS: • storage: Saves your modification preferences to your computer. • declarativeContent: Enables the extension popup window. PRIVACY: • Modkit for Webflow doesn't track any data.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hnkamojligaipbnhfhhjcmhkinloojhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/modkit-for-webflow/hnkamojligaipbnhfhhjcmhkinloojhg |
विवरण | Free custom modifications for the Webflow Designer |
फ़ाइल का आकार | 98.32 KB |
स्थापना संख्या | 3,338 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-09-01 |
प्रकाशन तिथि | 2020-05-21 |
रेटिंग | 4.56/5 कुल 18 रेटिंग्स |
डेवलपर | https://jetboost.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://jetboost.io |
गोपनीयता नीति पृष्ठ URL | https://app.jetboost.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modkit for Webflow", "version": "1.1.0", "description": "Free custom modifications for the Webflow Designer", "background": { "scripts": [ "assets\/background-779e9a01.js" ], "persistent": false }, "content_scripts": [ { "js": [ "assets\/main-22a2482a.js" ], "matches": [ "https:\/\/webflow.com\/design\/*", "https:\/\/*.webflow.com\/design\/*", "http:\/\/webflow.com\/design\/*", "http:\/\/*.webflow.com\/design\/*", "https:\/\/webflow.com\/oauth\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/wrench16.png", "48": "images\/wrench48.png", "128": "images\/wrench128.png" } }, "icons": { "16": "images\/wrench16.png", "48": "images\/wrench48.png", "128": "images\/wrench128.png" }, "permissions": [ "declarativeContent", "storage" ], "web_accessible_resources": [ "images\/*", "templates\/*", "designer\/lib\/fluxListener.js", "main.js" ], "externally_connectable": { "matches": [ "https:\/\/webflow.com\/design\/*", "https:\/\/*.webflow.com\/design\/*", "http:\/\/webflow.com\/design\/*", "http:\/\/*.webflow.com\/design\/*" ] } } |