One-Click IP

View and copy your public IP address with one click

Wat is One-Click IP?

One-Click IP is een Chrome-extensie ontwikkeld door JerSquare, en de belangrijkste functie is "View and copy your public IP address with one click".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie One-Click IP

Download One-Click IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

VERSION 3.0 REDESIGNED                    

Basisinformatie over de Extensie

Naam One-Click IP One-Click IP
ID hoomboiiolacmnlmgjekpkglfgenfkee
Officiële URL https://chromewebstore.google.com/detail/one-click-ip/hoomboiiolacmnlmgjekpkglfgenfkee
Beschrijving View and copy your public IP address with one click
Bestandsgrootte 609 KB
Aantal Installaties 233
Huidige Versie 3.0
Laatst Bijgewerkt 2016-05-26
Publicatiedatum 2016-05-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar JerSquare
Betalingswijze free
Extensiewebsite http://jeremyscalpello.com
Help Pagina-URL http://jeremyscalpello.com
Ondersteunde Talen 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
    }
}