Livejournal-IPs

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

什麼是Livejournal-IPs?

Livejournal-IPs是由orleanz開發的Chrome擴展程式,該擴展的主要功能是“Shows geo-ip information on Livejournal pages (country, city)”。

擴展截圖

screenshot

下載Livejournal-IPs擴展crx文件

下載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
官方網址 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"
    }
}