RunJS - Collect UI Component from any website
Another Javascript playground and an extension to collect UI component code for developers, just like pinterest for designers
RunJS - Collect UI Component from any website क्या है?
RunJS - Collect UI Component from any website https://runjs.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Another Javascript playground and an extension to collect UI component code for developers, just like pinterest for designers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RunJS - Collect UI Component from any website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RunJS is an online Javascript playground, for creating/collecting and sharing html/css/js code. Without switching from browser tabs or apps, user can write a code snippet or markdown note for current viewing technical article. You can also use RunJS chrome extension to collect UI component from any website easily. The output is only pure html/css code based on user-defined styles on origin website, no getComputedStyle. Support tailwind/inline style, support JSX, support simple hover effects and css animations.
एक्सटेंशन की मूल जानकारी
नाम | RunJS - Collect UI Component from any website |
ID | iieaikfjknmhoicpfabeppbmmabmjcma |
आधिकारिक URL | https://chromewebstore.google.com/detail/runjs-collect-ui-componen/iieaikfjknmhoicpfabeppbmmabmjcma |
विवरण | Another Javascript playground and an extension to collect UI component code for developers, just like pinterest for designers |
फ़ाइल का आकार | 1.22 MB |
स्थापना संख्या | 278 |
वर्तमान संस्करण | 1.1.17 |
अंतिम अपडेट | 2024-02-01 |
प्रकाशन तिथि | 2022-08-24 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://runjs.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://runjs.work |
सहायता पृष्ठ URL | https://runjs.work/article/c75b61641f2841a0 |
गोपनीयता नीति पृष्ठ URL | https://runjs.work/article/d9b2418886fd4489 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Another Javascript playground and an extension to collect UI component code for developers, just like pinterest for designers", "version": "1.1.17", "manifest_version": 3, "name": "RunJS - Collect UI Component from any website", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |