Black Apps Script
This extension brings new functionality to the Google Apps Script Monaco Editor
Black Apps Script क्या है?
Black Apps Script https://swroot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension brings new functionality to the Google Apps Script Monaco Editor"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Black Apps Script एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search globally - now with hotkeys!
Peek, find all references and goto definition now works across multiple files
Choose the theme that suits you best or use your own
Hide extra elements
Apply styles for the outer panels
Manage loads of editor options
Use pre-defined snippets and compose yours
Diff Editor - side by side live comparison
Try a new editor that uses VS Code TextMate grammars as the syntax tokenization engine
Take care and enjoy coding 😌 एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | lobpcflajoikohefjjdndofbfikadpfb |
| आधिकारिक URL | https://chromewebstore.google.com/detail/black-apps-script/lobpcflajoikohefjjdndofbfikadpfb |
| विवरण | This extension brings new functionality to the Google Apps Script Monaco Editor |
| फ़ाइल का आकार | 4.91 MB |
| स्थापना संख्या | 3,277 |
| वर्तमान संस्करण | 1.0.16 |
| अंतिम अपडेट | 2024-01-20 |
| प्रकाशन तिथि | 2022-04-21 |
| रेटिंग | 4.96/5 कुल 24 रेटिंग्स |
| डेवलपर | https://swroot.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://www.swroot.com/black-script |
| सहायता पृष्ठ URL | https://www.swroot.com/black-script |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Black Apps Script",
"description": "This extension brings new functionality to the Google Apps Script Monaco Editor",
"version": "1.0.16",
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/script.google.com\/*"
],
"js": [
"inject.js"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"embed.js",
"textmate\/*"
],
"matches": [
"https:\/\/script.google.com\/*"
],
"extension_ids": []
}
],
"host_permissions": [
"https:\/\/script.google.com\/*"
],
"homepage_url": "https:\/\/www.swroot.com\/black-script",
"action": {
"default_title": "Black Apps Script options",
"default_icon": "128.png",
"default_popup": "index.html"
},
"sandbox": {
"pages": [
"textmate\/index.html"
]
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; script-src-elem 'self' data: blob:; worker-src 'self' data: blob:; object-src 'self'"
},
"manifest_version": 3
} | |