View My IP

This extension shows you your current IP and geo-location information fast and conveniently

Τι είναι το View My IP;

Το View My IP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://vmyip.com, και η κύρια λειτουργία του είναι "This extension shows you your current IP and geo-location information fast and conveniently".

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

screenshot

Λήψη αρχείου CRX της επέκτασης View My IP

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

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

                        This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

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

Όνομα View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
Επίσημο URL https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
Περιγραφή This extension shows you your current IP and geo-location information fast and conveniently
Μέγεθος Αρχείου 10.28 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-07-23
Ημερομηνία Δημοσίευσης 2015-07-23
Αξιολόγηση 1.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://vmyip.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}