MultiVision
Open links in multiple display automatically. Suitable for monitors and kiosks.
ما هو MultiVision؟
MultiVision هو إضافة Chrome تم تطويرها بواسطة https://zerobug.it، والميزة الرئيسية لها هي "Open links in multiple display automatically. Suitable for monitors and kiosks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultiVision
قم بتنزيل ملفات الامتداد MultiVision بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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
} | |