GASE Google AppScript Editor
AppScript Editor Google
GASE Google AppScript Editor là gì?
GASE Google AppScript Editor là một tiện ích mở rộng Chrome được phát triển bởi oCancelada.dev, và tính năng chính của nó là "AppScript Editor Google".
Ả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 GASE Google AppScript Editor
Tải xuống các tệp mở rộng GASE Google AppScript Editor 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
---- GoogleAppScriptEditor - G.A.S.E ---- Extensión que agrega funcionalidades para el editor de Google de AppScript 1. Iconos para los archivos y carpetas del proyecto. 2. Atajo de teclado ( Alt+J ) para retroceder en el árbol de archivos. 3. Atajo de teclado ( Alt+K ) para avanzar en el árbol de archivos. 4. Selección de temas para modificar la interfaz del editor. 5. mas..
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GASE Google AppScript Editor |
ID | lefcemnilieamgifcegilmkaclmhakfc |
URL Chính Thức | https://chromewebstore.google.com/detail/gase-google-appscript-edi/lefcemnilieamgifcegilmkaclmhakfc |
Mô tả | AppScript Editor Google |
Kích Thước Tệp | 34.88 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-10-02 |
Ngày Phát Hành | 2022-10-02 |
Nhà Phát Triển | oCancelada.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sCancelada/GoogleAppScriptEditor-GASE |
URL Trang Trợ Giúp | https://ocancelada.dev/proyectos/gase.html |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GASE Google AppScript Editor", "description": "AppScript Editor Google", "version": "1.0", "manifest_version": 3, "icons": { "16": "code\/img\/appScriptIcon16.png", "32": "code\/img\/appScriptIcon32.png", "48": "code\/img\/appScriptIcon48.png", "128": "code\/img\/appScriptIcon128.png" }, "background": { "service_worker": "code\/js\/sw.js" }, "action": { "default_title": "G.A.S.E - Editor", "default_popup": "code\/html\/popup.html", "default_icon": { "16": "code\/img\/appScriptIcon16.png", "32": "code\/img\/appScriptIcon32.png", "48": "code\/img\/appScriptIcon48.png", "128": "code\/img\/appScriptIcon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/script.google.com\/*" ], "js": [ "code\/js\/main_functions.js", "code\/js\/keys.js", "code\/js\/gas.js" ], "css": [ "code\/css\/appScriptIDE.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "code\/css\/appScriptIDE.css", "code\/css\/guna.css", "code\/css\/light_theme.css", "code\/js\/gas.js", "code\/js\/keys.js", "code\/js\/main_functions.js", "code\/html\/footer_credits.html", "code\/img\/appScriptIcon48.png" ], "matches": [ "https:\/\/script.google.com\/*" ] } ], "permissions": [], "host_permissions": [ "https:\/\/script.google.com\/*" ] } |