One-Click IP

View and copy your public IP address with one click

What is One-Click IP?

One-Click IP is a Chrome extension developed by JerSquare, and its main feature is "View and copy your public IP address with one click".

Extension Screenshots

screenshot

Download One-Click IP Extension CRX File

Download One-Click IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click the convenient icon to view or copy your public IP address.

VERSION 3.0 REDESIGNED                    

Extension Basic Information

Name One-Click IP One-Click IP
ID hoomboiiolacmnlmgjekpkglfgenfkee
Official URL https://chromewebstore.google.com/detail/one-click-ip/hoomboiiolacmnlmgjekpkglfgenfkee
Description View and copy your public IP address with one click
File Size 609 KB
Installation Count 233
Current Version 3.0
Last Updated 2016-05-26
Publish Date 2016-05-26
Rating 5.00/5 Total 4 Ratings
Developer JerSquare
Payment Type free
Extension Website http://jeremyscalpello.com
Help Page URL http://jeremyscalpello.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One-Click IP",
    "description": "View and copy your public IP address with one click",
    "version": "3.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "https:\/\/api.ipify.org\/",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}