FramesExplorer

Frames Explorer

ما هو FramesExplorer؟

FramesExplorer هو إضافة Chrome تم تطويرها بواسطة Nasko Oskov، والميزة الرئيسية لها هي "Frames Explorer".

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

screenshot

تحميل ملف CRX للإضافة FramesExplorer

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

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

                        Page action extension that visualizes the tree of frames in the current tab.                    

معلومات أساسية عن التمديد

الاسم FramesExplorer FramesExplorer
ID imijdbpfemdegalijeojlkhiamfcgklp
عنوان URL الرسمي https://chromewebstore.google.com/detail/framesexplorer/imijdbpfemdegalijeojlkhiamfcgklp
الوصف Frames Explorer
حجم الملف 234 KB
عدد التثبيتات 77
النسخة الحالية 0.6.0
آخر تحديث 2023-12-21
تاريخ النشر 2016-08-15
تقييم 5.00/5 مجموع تقييمات 1
المطور Nasko Oskov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FramesExplorer",
    "version": "0.6.0",
    "description": "Frames Explorer",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "icons": {
        "128": "tree.png"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "tree.png",
        "default_title": "Explore",
        "default_popup": "popup.html"
    }
}