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
官方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"
    }
}