MultiVision
Open links in multiple display automatically. Suitable for monitors and kiosks.
MultiVision란 무엇입니까?
MultiVision은(는) https://zerobug.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open links in multiple display automatically. Suitable for monitors and kiosks."입니다.
확장 프로그램 스크린샷
MultiVision 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open links in multiple display automatically. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
확장 프로그램 기본 정보
이름 | MultiVision |
ID | meagjikjipmlhblnjhbaimbgahhnfhle |
공식 URL | https://chromewebstore.google.com/detail/multivision/meagjikjipmlhblnjhbaimbgahhnfhle |
설명 | Open links in multiple display automatically. Suitable for monitors and kiosks. |
파일 크기 | 136 KB |
설치 횟수 | 35 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-11-11 |
출시 날짜 | 2018-11-11 |
개발자 | https://zerobug.it |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zerobug.it/ |
지원되는 언어 | 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 } |