Extend AppSheet
Boost productivity and clear the clutter
什麼是Extend AppSheet?
Extend AppSheet是由https://apportunities.ca開發的Chrome擴展程式,該擴展的主要功能是“Boost productivity and clear the clutter”。
擴展截圖
下載Extend AppSheet擴展crx文件
下載Extend AppSheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Stay organized with app grouping and editor improvements. This extension improves the AppSheet developer experience by adding a monospaced font to the editor fields, and collapsing the left side bar to increase screen space. It also helps developers stay organized by enabling creation of custom app groups and sorting on their My Apps page.
擴展基本資訊
名稱 | Extend AppSheet |
ID | okmajcnbngimcfckkmdpdmgaabhbbfog |
官方網址 | https://chromewebstore.google.com/detail/extend-appsheet/okmajcnbngimcfckkmdpdmgaabhbbfog |
簡介 | Boost productivity and clear the clutter |
檔案大小 | 153 KB |
安裝次數 | 5,000 |
目前版本 | 0.5.2 |
更新時間 | 2021-12-16 |
上架時間 | 2021-06-21 |
評分 | 4.57/5 共 7 次評分 |
開發者 | https://apportunities.ca |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extend AppSheet", "version": "0.5.2", "description": "Boost productivity and clear the clutter", "icons": { "16": "ico\/ico_16.png", "48": "ico\/ico_48.png", "128": "ico\/ico_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "css": [ "modules\/modal.css" ], "js": [ "modules\/init.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template*", "https:\/\/www.appsheet.com\/template*" ], "run_at": "document_end" }, { "css": [ "modules\/appEditor\/lib\/codemirror.css", "modules\/appEditor\/lib\/material.css" ], "js": [ "modules\/appEditor\/appEditor.js", "modules\/appEditor\/lib\/codemirror.js", "modules\/appEditor\/lib\/matchbrackets.js", "modules\/appEditor\/lib\/closebrackets.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template\/AppDef*", "https:\/\/www.appsheet.com\/template\/AppDef*" ], "run_at": "document_end" }, { "css": [ "modules\/myApps\/styles.css" ], "js": [ "modules\/myApps\/myApps.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template\/Apps", "https:\/\/www.appsheet.com\/template\/Apps" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ " |