Livejournal-IPs

Shows geo-ip information on Livejournal pages (country, city)

Co to jest Livejournal-IPs?

Livejournal-IPs to rozszerzenie Chrome opracowane przez orleanz, a jego główną funkcją jest „Shows geo-ip information on Livejournal pages (country, city)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Livejournal-IPs

Pobierz pliki rozszerzeń Livejournal-IPs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome extension to show geo-ip information on Livejournal pages

Livejournal has an option to record IPs of commenters. This tools add geo-ip information based on those recorded IPs. You can immediately see from which part of the world the comment was posted.

Country, state province and city are shown.

This is an open source tool, please view soure code at 
https://github.com/orleanz/livejournal-ips                    

Podstawowe informacje o rozszerzeniu

Nazwa Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
Oficjalny URL https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Opis Shows geo-ip information on Livejournal pages (country, city)
Rozmiar pliku 111 KB
Liczba instalacji 27
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2015-05-24
Data Publikacji 2015-05-24
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper orleanz
Typ Płatności free
Strona Rozszerzenia https://github.com/orleanz/livejournal-ips
Adres URL Strony Pomocy https://github.com/orleanz/livejournal-ips
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Livejournal-IPs",
    "description": "Shows geo-ip information on Livejournal pages (country, city)",
    "version": "1.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.livejournal.com\/*",
                "http:\/\/lentascope.net\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    }
}