Chrome Devtools Refresh Button

Adds a simple refresh button (tab) to the Devtools window.

Τι είναι το Chrome Devtools Refresh Button;

Το Chrome Devtools Refresh Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kynetiv, και η κύρια λειτουργία του είναι "Adds a simple refresh button (tab) to the Devtools window.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Devtools Refresh Button

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

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

                        Why? Sometimes you just want a refresh button in your devtools window instead of moving your hand from chin to keyboard for a `cmd + R`. Or maybe you're so deep into devtools with _many_ windows open and you simply can't quickly navigate to the current inspected window.                    

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

Όνομα Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
Επίσημο URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Περιγραφή Adds a simple refresh button (tab) to the Devtools window.
Μέγεθος Αρχείου 9.1 KB
Αριθμός Εγκαταστάσεων 726
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2018-06-27
Ημερομηνία Δημοσίευσης 2018-06-26
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής kynetiv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Devtools Refresh Button",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "kynetiv",
    "description": "Adds a simple refresh button (tab) to the Devtools window.",
    "devtools_page": "devtoolsRefresh.html",
    "icons": {
        "16": "refresh16.png",
        "32": "refresh32.png",
        "128": "refresh128.png"
    }
}