Responsive viewer For Chrome

View multiple screens simultaneously With Responsive viewer For Chrome

Τι είναι το Responsive viewer For Chrome;

Το Responsive viewer For Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Responsive viewer For Chrome, και η κύρια λειτουργία του είναι "View multiple screens simultaneously With Responsive viewer For Chrome".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Responsive viewer For Chrome

Λήψη αρχείων επέκτασης Responsive viewer For Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Responsive Viewer for Chrome extension is a valuable tool for front-end developers, allowing them to streamline the testing of responsive websites and applications. By displaying multiple screens in a single view, this extension simplifies the process of assessing and fine-tuning layouts for different devices. Experience efficient responsive testing and ensure seamless user experiences with Responsive Viewer for Chrome. 

  

Key Features: 

>>Multiple Screens in One View: Display multiple screens simultaneously to assess responsiveness across various devices. 

>>Effortless Responsive Testing: Streamline the process of testing and optimizing website or application layouts. 

>>Improved Development Workflow: Save time and effort by quickly identifying and addressing responsiveness issues. 

 

How to Use?  

>>Install the Responsive Viewer for Chrome extension from the Chrome Web Store. 

>>Open the website or application you want to test for responsiveness. 

>>Click on the extension icon in the Chrome toolbar to activate the multiple screen view. 

>>Customize the screen sizes and orientations according to your testing requirements. 

>>Observe and analyze the website's responsiveness across the displayed screens. 

>>Make necessary adjustments to optimize the layout and user experience. 

>>Repeat the process as needed, testing different screen configurations and resolutions. 

  
Streamline your responsive testing process with this extension. Enhance your development workflow, identify and address responsiveness issues efficiently, and deliver seamless user experiences. Install the extension now and optimize your website's responsiveness with ease.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Responsive viewer For Chrome Responsive viewer For Chrome
ID geaeebooindfocegjgdfjkbmkekcpobd
Επίσημο URL https://chromewebstore.google.com/detail/responsive-viewer-for-chr/geaeebooindfocegjgdfjkbmkekcpobd
Περιγραφή View multiple screens simultaneously With Responsive viewer For Chrome
Μέγεθος Αρχείου 25.34 KB
Αριθμός Εγκαταστάσεων 1,306
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-06-01
Ημερομηνία Δημοσίευσης 2023-06-01
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Responsive viewer For Chrome
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Responsive viewer For Chrome ",
    "description": "View multiple screens simultaneously With Responsive viewer For Chrome ",
    "version": "0.0.1",
    "icons": {
        "32": "Icon32.png",
        "48": "Icon64.png",
        "128": "Icon128.png"
    },
    "action": {
        "default_title": "Responsive Viewer",
        "default_icon": {
            "32": "Icon32.png",
            "48": "Icon64.png",
            "128": "Icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "link.png",
                "Closewhite.svg",
                "CloseBlack.svg",
                "Remove.svg",
                "Add.svg",
                "logo3.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}