IP Analyzer
IP Analyzer
Cos'è IP Analyzer?
IP Analyzer è un'estensione di Chrome sviluppata da Christoforos Aslanov, e la sua funzione principale è "IP Analyzer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Analyzer
Scarica i file di estensione IP Analyzer 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
This extension shows you info about an ip like rdns, whois, blacklists, location etc ipalyzer.com is used to show the ip info by default the ip of the current tab is loaded, you can lookup for any ip
Informazioni di Base sull'Estensione
Nome | IP Analyzer |
ID | ggbpnkpnpchbgnahdhnpikmldfmmkfom |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom |
Descrizione | IP Analyzer |
Dimensione del File | 18.45 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-06-25 |
Data di Pubblicazione | 2019-06-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Christoforos Aslanov |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chr314/ipalyzer-extension |
URL della Pagina di Aiuto | https://github.com/chr314/ipalyzer-extension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Analyzer", "version": "1.0.2", "description": "IP Analyzer", "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension", "author": "Aslanov Christoforos", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "IP Analyzer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } }, "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "manifest_version": 2 } |