Google Apps Script Tools
It is an extension that adds functionalities to the new development environment of Google Apps Script
什么是Google Apps Script Tools?
Google Apps Script Tools是由Rubén Sánchez开发的Chrome扩展程序,该扩展的主要功能是“It is an extension that adds functionalities to the new development environment of Google Apps Script”。
扩展截图
下载Google Apps Script Tools扩展crx文件
下载Google Apps Script Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is an extension that adds functionalities to the new development environment of Google Apps Script, below the new aggregate functionalities are displayed: - Allows you to select themes for the editor - Allows you to show or hide the file panel - Allows you to search for words in several files (in the following version it will show the name of the file) - Activate or deactivate the line wrap
扩展基本信息
名称 | Google Apps Script Tools |
ID | iigobcdpmngdgiacebgenbccmdacnjhp |
官方URL | https://chromewebstore.google.com/detail/google-apps-script-tools/iigobcdpmngdgiacebgenbccmdacnjhp |
简介 | It is an extension that adds functionalities to the new development environment of Google Apps Script |
文件大小 | 97.94 KB |
安装次数 | 4,408 |
当前版本 | 0.0.2 |
更新时间 | 2022-04-09 |
上架时间 | 2022-04-06 |
评分 | 4.00/5 共8次评分 |
开发者 | Rubén Sánchez |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rubendariosanchez/Gas-Tools |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Apps Script Tools", "version": "0.0.2", "manifest_version": 3, "author": "Rub\u00e9n S\u00e1nchez", "description": "It is an extension that adds functionalities to the new development environment of Google Apps Script", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/script.google.com\/home\/projects\/*\/edit*" ], "js": [ "js\/mainFunctions.js" ], "all_frames": false, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "html\/optionToogle.html", "html\/optionWrapLine.html", "html\/themeList.html", "css\/gasToolsStyle.css", "html\/modalSearch.html", "js\/gasTools.js", "js\/library.js", "js\/popover.js", "themes\/*" ], "matches": [ " |