Font Family Changer for AppsScript

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

Apa itu Font Family Changer for AppsScript?

Font Family Changer for AppsScript adalah ekstensi Chrome yang dikembangkan oleh https://www.y-shinno.com, dan fitur utamanya adalah "This extension change the font family of the google apps script editor.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Font Family Changer for AppsScript

Unduh file ekstensi Font Family Changer for AppsScript dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Font Family Changer for AppsScript Font Family Changer for AppsScript
ID lkihlhkelgodpadcphjopombgnlfopbe
URL Resmi https://chromewebstore.google.com/detail/font-family-changer-for-a/lkihlhkelgodpadcphjopombgnlfopbe
Deskripsi This extension change the font family of the google apps script editor.
Ukuran File 462 KB
Jumlah Instalasi 310
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-09-02
Tanggal Publikasi 2018-09-02
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://www.y-shinno.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}