IntoDNS Chrome
Easy way to check the current site in IntoDNS
什麼是IntoDNS Chrome?
IntoDNS Chrome是由Fisix開發的Chrome擴展程式,該擴展的主要功能是“Easy way to check the current site in IntoDNS”。
擴展截圖
下載IntoDNS Chrome擴展crx文件
下載IntoDNS Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
| 官方網址 | https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj |
| 簡介 | Easy way to check the current site in IntoDNS |
| 檔案大小 | 6.32 KB |
| 安裝次數 | 1,446 |
| 目前版本 | 1.1 |
| 更新時間 | 2013-05-29 |
| 上架時間 | 2013-05-29 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Fisix |
| 付費類型 | free |
| 擴展官網 | http://usrben.com |
| 支援的語言 | 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"
]
} | |