Font Family Changer for AppsScript

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

What is Font Family Changer for AppsScript?

Font Family Changer for AppsScript is a Chrome extension developed by https://www.y-shinno.com, and its main feature is "This extension change the font family of the google apps script editor.".

Extension Screenshots

Download Font Family Changer for AppsScript Extension CRX File

Download Font Family Changer for AppsScript extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Font Family Changer for AppsScript Font Family Changer for AppsScript
ID lkihlhkelgodpadcphjopombgnlfopbe
Official URL https://chromewebstore.google.com/detail/font-family-changer-for-a/lkihlhkelgodpadcphjopombgnlfopbe
Description This extension change the font family of the google apps script editor.
File Size 462 KB
Installation Count 310
Current Version 1.0.0
Last Updated 2018-09-02
Publish Date 2018-09-02
Rating 3.50/5 Total 2 Ratings
Developer https://www.y-shinno.com
Email [email protected]
Payment Type free
Supported Languages 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'"
}