Livejournal-IPs

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

Livejournal-IPs là gì?

Livejournal-IPs là một tiện ích mở rộng Chrome được phát triển bởi orleanz, và tính năng chính của nó là "Shows geo-ip information on Livejournal pages (country, city)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Livejournal-IPs

Tải xuống các tệp mở rộng Livejournal-IPs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
URL Chính Thức https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Mô tả Shows geo-ip information on Livejournal pages (country, city)
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2015-05-24
Ngày Phát Hành 2015-05-24
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển orleanz
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/orleanz/livejournal-ips
URL Trang Trợ Giúp https://github.com/orleanz/livejournal-ips
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}