Font Family Changer for AppsScript

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

什麼是Font Family Changer for AppsScript?

Font Family Changer for AppsScript是由https://www.y-shinno.com開發的Chrome擴展程式,該擴展的主要功能是“This extension change the font family of the google apps script editor.”。

擴展截圖

下載Font Family Changer for AppsScript擴展crx文件

下載Font Family Changer for AppsScript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Font Family Changer for AppsScript Font Family Changer for AppsScript
ID lkihlhkelgodpadcphjopombgnlfopbe
官方網址 https://chromewebstore.google.com/detail/font-family-changer-for-a/lkihlhkelgodpadcphjopombgnlfopbe
簡介 This extension change the font family of the google apps script editor.
檔案大小 462 KB
安裝次數 310
目前版本 1.0.0
更新時間 2018-09-02
上架時間 2018-09-02
評分 3.50/5 共 2 次評分
開發者 https://www.y-shinno.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}