IP address to Emoji

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

IP address to Emoji란 무엇입니까?

IP address to Emoji은(는) https://www.6connect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encodes IP addresses as emoji, and parses them back to ip."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IP address to Emoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}