Livejournal-IPs
Shows geo-ip information on Livejournal pages (country, city)
Was ist Livejournal-IPs?
Livejournal-IPs ist eine Chrome-Erweiterung, die von orleanz entwickelt wurde, und ihr Hauptmerkmal ist "Shows geo-ip information on Livejournal pages (country, city)".
Erweiterungsscreenshots
Livejournal-IPs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Livejournal-IPs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfkkfgnjpafebeahcmoiccpeonjamlcm |
Offizielle URL | https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm |
Beschreibung | Shows geo-ip information on Livejournal pages (country, city) |
Dateigröße | 111 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.6 |
Letztes Update | 2015-05-24 |
Veröffentlichungsdatum | 2015-05-24 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | orleanz |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/orleanz/livejournal-ips |
Hilfeseite URL | https://github.com/orleanz/livejournal-ips |
Unterstützte Sprachen | 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" } } |