IntoDNS Chrome
Easy way to check the current site in IntoDNS
Vad är IntoDNS Chrome?
IntoDNS Chrome är en Chrome-tillägg utvecklad av Fisix, och dess huvudfunktion är "Easy way to check the current site in IntoDNS".
Tilläggsskärmbilder
Ladda ner IntoDNS Chrome-förlängningens CRX-fil
Ladda ner IntoDNS Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
| Officiell webbadress | https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj |
| Beskrivning | Easy way to check the current site in IntoDNS |
| Filstorlek | 6.32 KB |
| Antal Installationer | 1,446 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2013-05-29 |
| Publiceringsdatum | 2013-05-29 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Fisix |
| Betalningssätt | free |
| Tilläggswebbplats | http://usrben.com |
| Stödda Språk | 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"
]
} | |