Quick Extension Reload
Reload extensions in development from the context menu.
Quick Extension Reload là gì?
Quick Extension Reload là một tiện ích mở rộng Chrome được phát triển bởi https://site.simonandrewbrown.co.uk, và tính năng chính của nó là "Reload extensions in development from the context menu.".
Ả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 Quick Extension Reload
Tải xuống các tệp mở rộng Quick Extension Reload 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
When developing extensions, it can be a pain to go to your extensions tab, find the extension you're working on and click "reload" every time you make a change. This extension allows you to reload your extensions from the context menu. Just right-click on any page to reload all your extensions in development, or use the default shortcut key, Alt+R. The icon was based on icons from the Tango project. The small icon was created by Yusuke Kamiyamane.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Extension Reload |
ID | goeiakeofnlpkioeadcbocfifmgkidpb |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-extension-reload/goeiakeofnlpkioeadcbocfifmgkidpb |
Mô tả | Reload extensions in development from the context menu. |
Kích Thước Tệp | 22.71 KB |
Số Lần Cài Đặt | 772 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2013-03-10 |
Ngày Phát Hành | 2013-03-09 |
Đánh Giá | 4.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://site.simonandrewbrown.co.uk |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.isimonbrown.co.uk/contact/ |
URL Trang Trợ Giúp | http://www.isimonbrown.co.uk/contact/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Extension Reload", "description": "Reload extensions in development from the context menu.", "version": "1.4", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ "management", "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "minimum_chrome_version": "14.0", "commands": { "reload": { "description": "Reload all extensions in development.", "suggested_key": { "default": "Alt+R" } } } } |