MultiVision
Open links in multiple display automatically. Suitable for monitors and kiosks.
MultiVision là gì?
MultiVision là một tiện ích mở rộng Chrome được phát triển bởi https://zerobug.it, và tính năng chính của nó là "Open links in multiple display automatically. Suitable for monitors and kiosks.".
Ả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 MultiVision
Tải xuống các tệp mở rộng MultiVision 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
Open links in multiple display automatically. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MultiVision |
ID | meagjikjipmlhblnjhbaimbgahhnfhle |
URL Chính Thức | https://chromewebstore.google.com/detail/multivision/meagjikjipmlhblnjhbaimbgahhnfhle |
Mô tả | Open links in multiple display automatically. Suitable for monitors and kiosks. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-11-11 |
Ngày Phát Hành | 2018-11-11 |
Nhà Phát Triển | https://zerobug.it |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zerobug.it/ |
Ngôn Ngữ Được Hỗ Trợ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultiVision", "version": "1.2", "description": "Open links in multiple display automatically. Suitable for monitors and kiosks.", "default_locale": "en", "icons": { "16": ".\/icons\/multivision_16.png", "48": ".\/icons\/multivision_48.png", "128": ".\/icons\/multivision_128.png" }, "permissions": [ "*:\/\/*\/*", "tabs", "system.display" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "multivision_script.js" ] } ], "background": { "scripts": [ "multivision_background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/multivision.png", "default_title": "MultiVision", "default_popup": "multivision_popup.html" }, "manifest_version": 2 } |