Livejournal-IPs

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

Vad är Livejournal-IPs?

Livejournal-IPs är en Chrome-tillägg utvecklad av orleanz, och dess huvudfunktion är "Shows geo-ip information on Livejournal pages (country, city)".

Tilläggsskärmbilder

screenshot

Ladda ner Livejournal-IPs-förlängningens CRX-fil

Ladda ner Livejournal-IPs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Livejournal-IPs Livejournal-IPs
ID jfkkfgnjpafebeahcmoiccpeonjamlcm
Officiell webbadress https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm
Beskrivning Shows geo-ip information on Livejournal pages (country, city)
Filstorlek 111 KB
Antal Installationer 27
Aktuell Version 1.6
Senast Uppdaterad 2015-05-24
Publiceringsdatum 2015-05-24
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare orleanz
Betalningssätt free
Tilläggswebbplats https://github.com/orleanz/livejournal-ips
Hjälpsida URL https://github.com/orleanz/livejournal-ips
Stödda Språk 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"
    }
}