Check my public and private IP addresses

Check out the personal and public IP addresses of the client

Τι είναι το Check my public and private IP addresses;

Το Check my public and private IP addresses είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marin Marinov, και η κύρια λειτουργία του είναι "Check out the personal and public IP addresses of the client".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Check my public and private IP addresses

Λήψη αρχείων επέκτασης Check my public and private IP addresses σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

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

Όνομα Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
Επίσημο URL https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
Περιγραφή Check out the personal and public IP addresses of the client
Μέγεθος Αρχείου 23.3 KB
Αριθμός Εγκαταστάσεων 589
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2016-08-29
Ημερομηνία Δημοσίευσης 2016-08-29
Αξιολόγηση 4.41/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Marin Marinov
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}