Polypane helper

Open the current page or links in Polypane, the developer tool for responsive web development and design.

Τι είναι το Polypane helper;

Το Polypane helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://polypane.app, και η κύρια λειτουργία του είναι "Open the current page or links in Polypane, the developer tool for responsive web development and design.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Polypane helper

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

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

                        Polypane is a browser built from the ground up to create and test websites and apps. For developers, designers, product managers, QA and anyone that works on the web.

Using the Polypane helper, you can open the current page in Polypane using the button in your task bar, by pressing alt+ p or by right clicking any link to open that URL in Polypane                    

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

Όνομα Polypane helper Polypane helper
ID eofbapfmbfmpeplodnehlkkgpkklmapp
Επίσημο URL https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp
Περιγραφή Open the current page or links in Polypane, the developer tool for responsive web development and design.
Μέγεθος Αρχείου 22.23 KB
Αριθμός Εγκαταστάσεων 3,875
Τρέχουσα Έκδοση 1.5.0
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2019-11-18
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://polypane.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://polypane.app
Διεύθυνση URL της Σελίδας Βοήθειας https://polypane.app/support
URL της Σελίδας Πολιτικής Απορρήτου https://firstversionist.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polypane helper",
    "version": "1.5.0",
    "manifest_version": 2,
    "description": "Open the current page or links in Polypane, the developer tool for responsive web development and design.",
    "homepage_url": "https:\/\/polypane.app",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/open.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open current tab in Polypane (Alt + P)"
    },
    "commands": {
        "open-in-polypane": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Open current tab in Polypane"
        }
    }
}