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.
拡張機能の基本情報
名前 | IntoDNS Chrome |
ID | hmipmjjongmaabhjnllmdfehpnimjpjj |
公式URL | 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" ] } |