Siteinfo
Easily grab website ip address, country & time zone
Wat is Siteinfo?
Siteinfo is een Chrome-extensie ontwikkeld door Makeinfo, en de belangrijkste functie is "Easily grab website ip address, country & time zone".
Extensie Screenshots
Download het CRX-bestand van de extensie Siteinfo
Download Siteinfo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get website details Basisinformatie over de Extensie
| Naam | |
| ID | glkoohcnlkpfgidbgoohjllochapnljp |
| Officiële URL | https://chromewebstore.google.com/detail/siteinfo/glkoohcnlkpfgidbgoohjllochapnljp |
| Beschrijving | Easily grab website ip address, country & time zone |
| Bestandsgrootte | 21.5 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-10-27 |
| Publicatiedatum | 2019-10-26 |
| Ontwikkelaar | Makeinfo |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Siteinfo",
"description": "Easily grab website ip address, country & time zone",
"version": "1.0",
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"512": "icon.png"
},
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"tabs"
]
} | |