Black Apps Script

This extension brings new functionality to the Google Apps Script Monaco Editor

Black Apps Script là gì?

Black Apps Script là một tiện ích mở rộng Chrome được phát triển bởi https://swroot.com, và tính năng chính của nó là "This extension brings new functionality to the Google Apps Script Monaco Editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Black Apps Script

Tải xuống các tệp mở rộng Black Apps Script dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 😌                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Black Apps Script Black Apps Script
ID lobpcflajoikohefjjdndofbfikadpfb
URL Chính Thức https://chromewebstore.google.com/detail/black-apps-script/lobpcflajoikohefjjdndofbfikadpfb
Mô tả This extension brings new functionality to the Google Apps Script Monaco Editor
Kích Thước Tệp 4.91 MB
Số Lần Cài Đặt 3,277
Phiên Bản Hiện Tại 1.0.16
Cập Nhật Lần Cuối 2024-01-20
Ngày Phát Hành 2022-04-21
Đánh Giá 4.96/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://swroot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.swroot.com/black-script
URL Trang Trợ Giúp https://www.swroot.com/black-script
Ngôn Ngữ Được Hỗ Trợ 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
}