Extensions Steward
Extensions Steward, Extensions Manager
Extensions Steward là gì?
Extensions Steward là một tiện ích mở rộng Chrome được phát triển bởi Aqours, và tính năng chính của nó là "Extensions Steward, Extensions Manager".
Ả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 Extensions Steward
Tải xuống các tệp mở rộng Extensions Steward 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extensions Steward |
ID | cjphebojlojkmfgclckgpnjdkgkfkmkf |
URL Chính Thức | https://chromewebstore.google.com/detail/extensions-steward/cjphebojlojkmfgclckgpnjdkgkfkmkf |
Mô tả | Extensions Steward, Extensions Manager |
Kích Thước Tệp | 46.49 KB |
Số Lần Cài Đặt | 1,399 |
Phiên Bản Hiện Tại | 4.0.3 |
Cập Nhật Lần Cuối | 2023-12-01 |
Ngày Phát Hành | 2020-01-13 |
Đánh Giá | 4.65/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Aqours |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Semibold/Extensions-Steward |
URL Trang Trợ Giúp | https://github.com/Semibold/Extensions-Steward/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/Semibold/Weibo-Picture-Store/blob/master/docs/privacy-policy.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |