limesandbox
Codesandbox on chrome extension
limesandbox क्या है?
limesandbox hkngoc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Codesandbox on chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में limesandbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The evolution of lime maker - CodeSandbox on chrome extension. CodeSandbox is an instantly ready, full-featured online IDE for web development on any device with a browser. Now, we can use it with powerful of extension API. Source code available on: https://github.com/hkngoc/limesandbox
एक्सटेंशन की मूल जानकारी
नाम | limesandbox |
ID | cncmjmiooilibapmmmoppgojdhipkmdi |
आधिकारिक URL | https://chromewebstore.google.com/detail/limesandbox/cncmjmiooilibapmmmoppgojdhipkmdi |
विवरण | Codesandbox on chrome extension |
फ़ाइल का आकार | 38.25 MB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2022-09-12 |
प्रकाशन तिथि | 2021-06-01 |
डेवलपर | hkngoc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://lime-sandbox.web.app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "limesandbox", "version": "0.2.1", "manifest_version": 2, "description": "Codesandbox on chrome extension", "browser_action": { "default_title": "Limesandbox" }, "icons": { "128": "cocktail.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "optional_permissions": [ "identity", "cookies" ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-3h1diowO97YKunD3WX1wWG060n\/HWibRlFDaaGn79qk=' 'sha256-ju0AYilx7SYhKdgDGf8FZNUrIQU+1W7GWgfeTVnZ4KE=' 'sha256-ju0AYilx7SYhKdgDGf8FZNUrIQU+1W7GWgfeTVnZ4KE=' https:\/\/cdn.jsdelivr.net https:\/\/apis.google.com https:\/\/www.youtube.com; object-src 'self';" } |