IntoDNS Chrome

Easy way to check the current site in IntoDNS

ما هو IntoDNS Chrome؟

IntoDNS Chrome هو إضافة Chrome تم تطويرها بواسطة Fisix، والميزة الرئيسية لها هي "Easy way to check the current site in IntoDNS".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IntoDNS Chrome

قم بتنزيل ملفات الامتداد IntoDNS Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}