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