Blitzortung always active
This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.
Blitzortung always active là gì?
Blitzortung always active là một tiện ích mở rộng Chrome được phát triển bởi Bruno Duyé, và tính năng chính của nó là "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.".
Tải xuống tệp CRX của tiện ích mở rộng Blitzortung always active
Tải xuống các tệp mở rộng Blitzortung always active 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mgghfmdambibgioeeiclkclkaljlcanp |
URL Chính Thức | https://chrome.google.com/webstore/detail/blitzortung-always-active/mgghfmdambibgioeeiclkclkaljlcanp |
Mô tả | This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access. |
Kích Thước Tệp | 4.44 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-08-14 |
Ngày Phát Hành | 2015-08-14 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Bruno Duyé |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/brunetton/blitzortung-disable_window.onblur-chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blitzortung always active", "author": "Bruno Duy\u00e9", "description": "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.", "version": "0.1", "icons": { "128": "light.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.blitzortung.org\/*" ], "js": [ "removal.js" ] } ], "web_accessible_resources": [ "removal.js" ] } |