Livejournal-IPs

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

Apa itu Livejournal-IPs?

Livejournal-IPs adalah ekstensi Chrome yang dikembangkan oleh orleanz, dan fitur utamanya adalah "Shows geo-ip information on Livejournal pages (country, city)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Livejournal-IPs

Unduh file ekstensi Livejournal-IPs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
URL Resmi https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Deskripsi Shows geo-ip information on Livejournal pages (country, city)
Ukuran File 111 KB
Jumlah Instalasi 27
Versi Saat Ini 1.6
Terakhir Diperbarui 2015-05-24
Tanggal Publikasi 2015-05-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang orleanz
Tipe Pembayaran free
Situs Ekstensi https://github.com/orleanz/livejournal-ips
URL Halaman Bantuan https://github.com/orleanz/livejournal-ips
Bahasa yang Didukung 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"
    }
}