SPFX Workbench Manager
Chrome Extension to manage your SharePoint workbench.
What is SPFX Workbench Manager?
SPFX Workbench Manager is a Chrome extension developed by code, and its main feature is "Chrome Extension to manage your SharePoint workbench.".
Extension Screenshots
Download SPFX Workbench Manager Extension CRX File
Download SPFX Workbench Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that gives you the ability to have a wider workbench when working with SPFX Webparts. Default width is 1920px - but does scale down. If you think I can add to the functionality of this extension, please create a request in my Github.
Extension Basic Information
Name | SPFX Workbench Manager |
ID | gnchlhbjhljidedhighhkgbfchmejlcp |
Official URL | https://chromewebstore.google.com/detail/spfx-workbench-manager/gnchlhbjhljidedhighhkgbfchmejlcp |
Description | Chrome Extension to manage your SharePoint workbench. |
File Size | 13.7 KB |
Installation Count | 394 |
Current Version | 1.2 |
Last Updated | 2023-11-02 |
Publish Date | 2021-12-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | code |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jaxnz/spfx-workbench-manager |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SPFX Workbench Manager", "description": "Chrome Extension to manage your SharePoint workbench.", "version": "1.2", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/*\/_layouts\/15\/workbench.aspx", "http:\/\/*\/_layouts\/15\/workbench.aspx" ] } |