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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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