Livejournal-IPs
Shows geo-ip information on Livejournal pages (country, city)
Qu'est-ce que Livejournal-IPs ?
Livejournal-IPs est une extension Chrome développée par orleanz, et sa fonction principale est "Shows geo-ip information on Livejournal pages (country, city)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Livejournal-IPs
Téléchargez les fichiers d'extension Livejournal-IPs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jfkkfgnjpafebeahcmoiccpeonjamlcm |
URL Officiel | https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm |
Description | Shows geo-ip information on Livejournal pages (country, city) |
Taille du Fichier | 111 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2015-05-24 |
Date de Publication | 2015-05-24 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | orleanz |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/orleanz/livejournal-ips |
URL de la Page d'Aide | https://github.com/orleanz/livejournal-ips |
Langues Prises en Charge | 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" } } |