Font Family Changer for AppsScript

This extension change the font family of the google apps script editor.

Font Family Changer for AppsScript là gì?

Font Family Changer for AppsScript là một tiện ích mở rộng Chrome được phát triển bởi https://www.y-shinno.com, và tính năng chính của nó là "This extension change the font family of the google apps script editor.".

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

Tải xuống tệp CRX của tiện ích mở rộng Font Family Changer for AppsScript

Tải xuống các tệp mở rộng Font Family Changer for AppsScript 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

                        This extension allows developers to change the font family of AppsScript Editor.

With this extension, you can use monospaced fonts with Apps Script Editor that are ideal for coding selected from Google Fonts.                    

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

Tên Font Family Changer for AppsScript Font Family Changer for AppsScript
ID lkihlhkelgodpadcphjopombgnlfopbe
URL Chính Thức https://chromewebstore.google.com/detail/font-family-changer-for-a/lkihlhkelgodpadcphjopombgnlfopbe
Mô tả This extension change the font family of the google apps script editor.
Kích Thước Tệp 462 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-09-02
Ngày Phát Hành 2018-09-02
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.y-shinno.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Family Changer for AppsScript",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension change the font family of the google apps script editor.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/script.google.com\/*"
            ],
            "js": [
                "\/node_modules\/jquery\/dist\/jquery.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ ; object-src 'self'"
}