Font Family Changer for AppsScript
This extension change the font family of the google apps script editor.
Co je Font Family Changer for AppsScript?
Font Family Changer for AppsScript je rozšíření Chrome vyvinuté https://www.y-shinno.com, a jeho hlavní funkcí je „This extension change the font family of the google apps script editor.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Font Family Changer for AppsScript
Stáhněte si soubory rozšíření Font Family Changer for AppsScript ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Font Family Changer for AppsScript |
ID | lkihlhkelgodpadcphjopombgnlfopbe |
Oficiální URL | https://chromewebstore.google.com/detail/font-family-changer-for-a/lkihlhkelgodpadcphjopombgnlfopbe |
Popis | This extension change the font family of the google apps script editor. |
Velikost souboru | 462 KB |
Počet instalací | 310 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2018-09-02 |
Datum Vydání | 2018-09-02 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | https://www.y-shinno.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } |