Dual Windows (Updated)
Dual monitor in one machine. 💻
Qu'est-ce que Dual Windows (Updated) ?
Dual Windows (Updated) est une extension Chrome développée par office, et sa fonction principale est "Dual monitor in one machine. 💻".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dual Windows (Updated)
Téléchargez les fichiers d'extension Dual Windows (Updated) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
⬇️Easy to set up ⬇️: 1. Install and pin 📌 the extension to Chrome. 2. Click on the extension, and choose the format you want the tabs to show. 3. Customize the dual window format using horizontal/vertical options. ✨ Features ✨ 1. Split, resize, and/or merge the browser windows. 2. Pressing the middle key on the split window button will duplicate the current page on another window. 3. Bookmark 🔖 management. Relaunch your favorite site in a new tab 🗂 and windows will get split in the recorded ratio. Use this extension to simulate a dual monitor for your machine. 💻
Informations de Base sur l'Extension
Nom | Dual Windows (Updated) |
ID | npnmdlaheifodkaaopfimkkdmkdhlhhg |
URL Officiel | https://chromewebstore.google.com/detail/dual-windows-updated/npnmdlaheifodkaaopfimkkdmkdhlhhg |
Description | Dual monitor in one machine. 💻 |
Taille du Fichier | 8.69 KB |
Nombre d'Installations | 108 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-03-13 |
Date de Publication | 2023-03-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | office |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dual Windows (Updated)", "version": "1.0.0", "description": "Dual monitor in one machine. \ud83d\udcbb", "action": { "default_popup": "popup.html", "default_icon": { "16": "small_icon.png" } }, "icons": { "128": "big_icon.png" }, "background": { "service_worker": "background.js" }, "manifest_version": 3, "permissions": [ "windows", "system.display" ] } |