Google Apps Script Tools
It is an extension that adds functionalities to the new development environment of Google Apps Script
Google Apps Script Tools là gì?
Google Apps Script Tools là một tiện ích mở rộng Chrome được phát triển bởi Rubén Sánchez, và tính năng chính của nó là "It is an extension that adds functionalities to the new development environment of Google Apps Script".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Apps Script Tools
Tải xuống các tệp mở rộng Google Apps Script Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Apps Script Tools |
ID | iigobcdpmngdgiacebgenbccmdacnjhp |
URL Chính Thức | https://chromewebstore.google.com/detail/google-apps-script-tools/iigobcdpmngdgiacebgenbccmdacnjhp |
Mô tả | It is an extension that adds functionalities to the new development environment of Google Apps Script |
Kích Thước Tệp | 97.94 KB |
Số Lần Cài Đặt | 4,408 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-04-09 |
Ngày Phát Hành | 2022-04-06 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Rubén Sánchez |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rubendariosanchez/Gas-Tools |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |