IntoDNS Chrome
Easy way to check the current site in IntoDNS
Co to jest IntoDNS Chrome?
IntoDNS Chrome to rozszerzenie Chrome opracowane przez Fisix, a jego główną funkcją jest „Easy way to check the current site in IntoDNS”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IntoDNS Chrome
Pobierz pliki rozszerzeń IntoDNS Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
IntoDNS Chrome is a straightforward plug-in that allows you to query DNS statistics. With the app, you can explore the domain you're currently viewing using intoDNS in a new tab. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
| Oficjalny URL | https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj |
| Opis | Easy way to check the current site in IntoDNS |
| Rozmiar pliku | 6.32 KB |
| Liczba instalacji | 1,446 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2013-05-29 |
| Data Publikacji | 2013-05-29 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Fisix |
| Typ Płatności | free |
| Strona Rozszerzenia | http://usrben.com |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IntoDNS Chrome",
"version": "1.1",
"manifest_version": 2,
"description": "Easy way to check the current site in IntoDNS",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png"
},
"permissions": [
"tabs"
]
} | |