MultiVision
Open links in multiple display automatically. Suitable for monitors and kiosks.
MultiVision क्या है?
MultiVision https://zerobug.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links in multiple display automatically. Suitable for monitors and kiosks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultiVision एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |