IP address to Emoji

Encodes IP addresses as emoji, and parses them back to ip.

Τι είναι το IP address to Emoji;

Το IP address to Emoji είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.6connect.com, και η κύρια λειτουργία του είναι "Encodes IP addresses as emoji, and parses them back to ip.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP address to Emoji

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

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

                        Have you ever seen an IP address on the web and gotten lost in the numbers? Use the IP Emojifier to make that problem go away! If you ever see a confusing IPv4 or IPv6, hit the "Emojify" button and watch the confusing stream of numbers (and letters!) change to colorful and easy to understand images. Also useful for network troubleshooting! Have users recite emoji over the phone to ensure that you get everything on the first call.                    

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

Όνομα IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
Επίσημο URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Περιγραφή Encodes IP addresses as emoji, and parses them back to ip.
Μέγεθος Αρχείου 339 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2022-09-12
Ημερομηνία Δημοσίευσης 2019-03-25
Προγραμματιστής https://www.6connect.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/6connect/ip-address-emoji/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/6connect/ip-address-emoji-extension/issues
URL της Σελίδας Πολιτικής Απορρήτου https://www.6connect.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP address to Emoji",
    "version": "1.0.5",
    "description": "Encodes IP addresses as emoji, and parses them back to ip.",
    "optional_permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "IP address to Emoji",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}