Livejournal-IPs

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

Livejournal-IPsคืออะไร?

Livejournal-IPs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orleanz และคุณลักษณะหลักของมันคือ "Shows geo-ip information on Livejournal pages (country, city)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Livejournal-IPs

ดาวน์โหลดไฟล์ส่วนขยาย Livejournal-IPs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
คำอธิบาย Shows geo-ip information on Livejournal pages (country, city)
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2015-05-24
วันที่เผยแพร่ 2015-05-24
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา orleanz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/orleanz/livejournal-ips
URL หน้าช่วยเหลือ https://github.com/orleanz/livejournal-ips
ภาษาที่รองรับ 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"
    }
}