Extensions Steward
Extensions Steward, Extensions Manager
What is Extensions Steward?
Extensions Steward is a Chrome extension developed by Aqours, and its main feature is "Extensions Steward, Extensions Manager".
Extension Screenshots
Download Extensions Steward Extension CRX File
Download Extensions Steward 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
Feature: 1. Enable/disable extension 2. Disable all extensions 3. Restore disabled extensions 4. Handy search Chrome web store with omnibox 5. Handy search extensions (Support partial ASCII and pinyin) More details - https://github.com/Semibold/Extensions-Steward
Extension Basic Information
Name | Extensions Steward |
ID | cjphebojlojkmfgclckgpnjdkgkfkmkf |
Official URL | https://chromewebstore.google.com/detail/extensions-steward/cjphebojlojkmfgclckgpnjdkgkfkmkf |
Description | Extensions Steward, Extensions Manager |
File Size | 46.49 KB |
Installation Count | 1,399 |
Current Version | 4.0.3 |
Last Updated | 2023-12-01 |
Publish Date | 2020-01-13 |
Rating | 4.65/5 Total 23 Ratings |
Developer | Aqours |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Semibold/Extensions-Steward |
Help Page URL | https://github.com/Semibold/Extensions-Steward/issues |
Privacy Policy Page URL | https://github.com/Semibold/Weibo-Picture-Store/blob/master/docs/privacy-policy.md |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "4.0.3", "default_locale": "en", "description": "__MSG_ext_desc__", "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+Z" } } }, "homepage_url": "https:\/\/github.com\/Semibold\/Extensions-Steward", "omnibox": { "keyword": "ems" }, "minimum_chrome_version": "100", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "management", "storage" ] } |