Extensions Reloader
Reload all unpacked extensions
Extensions Reloader là gì?
Extensions Reloader là một tiện ích mở rộng Chrome được phát triển bởi Ali Gasymov, và tính năng chính của nó là "Reload all unpacked extensions".
Ả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 Reloader
Tải xuống các tệp mở rộng Extensions Reloader 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
Unpacked extensions can be reloaded in two ways: 1. Click the extension icon in the browser toolbar 2. Perform a keyboard shortcut (Alt+Shift+R) Note: if the manifest has been changed in your extension, then you need to update it on the extensions page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extensions Reloader |
ID | cdodkghoiojefkdnkciflkgigkgljjeo |
URL Chính Thức | https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo |
Mô tả | Reload all unpacked extensions |
Kích Thước Tệp | 6.93 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-10-12 |
Ngày Phát Hành | 2021-12-15 |
Nhà Phát Triển | Ali Gasymov |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.gasymov.com/privacy-policy/extensions-reloader |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Reloader", "description": "Reload all unpacked extensions", "manifest_version": 3, "version": "1.0.0", "action": { "default_title": "Reload Extensions" }, "icons": { "16": "static\/images\/icon-16.png", "32": "static\/images\/icon-32.png", "48": "static\/images\/icon-48.png", "128": "static\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "commands": { "reload": { "description": "Reload all extensions in development", "suggested_key": { "default": "Alt+Shift+R" } } }, "permissions": [ "management" ] } |