Framer Code Generator
Framer snippets included for fast prototyping.
Framer Code Generator क्या है?
Framer Code Generator ruucm.a द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Framer snippets included for fast prototyping."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Framer Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A code generator for helping fast prototyping on Framer Web. It includes useful snippets for prototyping on Framer Web. * Framer Web - https://framer.com/projects
एक्सटेंशन की मूल जानकारी
नाम | Framer Code Generator |
ID | lijpejhigjbpnfgonmnknknaoneddjei |
आधिकारिक URL | https://chromewebstore.google.com/detail/framer-code-generator/lijpejhigjbpnfgonmnknknaoneddjei |
विवरण | Framer snippets included for fast prototyping. |
फ़ाइल का आकार | 243 KB |
स्थापना संख्या | 276 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-01-04 |
प्रकाशन तिथि | 2021-01-04 |
डेवलपर | ruucm.a |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Framer snippets included for fast prototyping.", "version": "0.1.0", "name": "Framer Code Generator", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "clipboardWrite", "clipboardRead", "contextMenus" ], "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle feature foo" }, "toggle-feature-foo2": { "suggested_key": { "default": "Alt+Shift+Y", "mac": "Alt+Shift+Y" }, "description": "Toggle feature foo2" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+G", "windows": "Alt+Shift+G", "mac": "Alt+Shift+G" } }, "NO-suggested-key": { "description": "user must specify shortcut keys for this from the extensions page" } }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |