Font Size Changer for AppsScript
This extension change the font size of the google apps script editor.
Font Size Changer for AppsScriptとは何ですか?
Font Size Changer for AppsScriptはhttps://www.y-shinno.comによって開発されたChromeの拡張機能で、その主な機能は「This extension change the font size of the google apps script editor.」です。
拡張機能のスクリーンショット
Font Size Changer for AppsScript拡張機能のCRXファイルをダウンロード
Font Size Changer for AppsScript拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows developers to change the font size of AppsScript Editor. This makes it possible to comfortably write codes even with laptop computers with high resolution and small screens. For now, this extension provides font sizes from 9px to 32px. In the future, if there are requests from customers, it may increase. Updated : ▼Ver.1.1.0 -Fix the margin-left of the script editor -Fix so that font size change will be applied when opening new file
拡張機能の基本情報
名前 | Font Size Changer for AppsScript |
ID | lkjeamadaggbfkjiiemgdkamlecpkhpo |
公式URL | https://chromewebstore.google.com/detail/font-size-changer-for-app/lkjeamadaggbfkjiiemgdkamlecpkhpo |
説明 | This extension change the font size of the google apps script editor. |
ファイルサイズ | 462 KB |
インストール数 | 1,120 |
現在のバージョン | 1.1.0 |
最終更新日 | 2018-07-06 |
公開日 | 2018-07-06 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | https://www.y-shinno.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.y-shinno.com/gas-font-size-changer/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Size Changer for AppsScript", "version": "1.1.0", "manifest_version": 2, "description": "This extension change the font size 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'" } |