Livejournal-IPs
Shows geo-ip information on Livejournal pages (country, city)
Cos'è Livejournal-IPs?
Livejournal-IPs è un'estensione di Chrome sviluppata da orleanz, e la sua funzione principale è "Shows geo-ip information on Livejournal pages (country, city)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Livejournal-IPs
Scarica i file di estensione Livejournal-IPs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jfkkfgnjpafebeahcmoiccpeonjamlcm |
URL Ufficiale | https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm |
Descrizione | Shows geo-ip information on Livejournal pages (country, city) |
Dimensione del File | 111 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2015-05-24 |
Data di Pubblicazione | 2015-05-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | orleanz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/orleanz/livejournal-ips |
URL della Pagina di Aiuto | https://github.com/orleanz/livejournal-ips |
Lingue Supportate | 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" } } |