ElementHistory

See what code created or updated a DOM element

ما هو ElementHistory؟

ElementHistory هو إضافة Chrome تم تطويرها بواسطة Matt Zeunert، والميزة الرئيسية لها هي "See what code created or updated a DOM element".

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

screenshot
screenshot

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

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

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

                        Turn on element history in a tab by clicking the ElementHistory icon. Reload the page if you want to track the whole history.

More information: https://github.com/mattzeunert/ElementHistory

Report issues here: https://github.com/mattzeunert/ElementHistory/issues                    

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

الاسم ElementHistory ElementHistory
ID idhhmihgigngdppfpklkdklfaikkecge
عنوان URL الرسمي https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge
الوصف See what code created or updated a DOM element
حجم الملف 281 KB
عدد التثبيتات 47
النسخة الحالية 1.6
آخر تحديث 2017-11-15
تاريخ النشر 2017-11-15
تقييم 3.00/5 مجموع تقييمات 2
المطور Matt Zeunert
نوع الدفع free
موقع الإضافة https://github.com/mattzeunert/ElementHistory
عنوان صفحة المساعدة https://github.com/mattzeunert/ElementHistory/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ElementHistory",
    "description": "See what code created or updated a DOM element",
    "version": "1.6",
    "browser_action": [],
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "trackHistory.js"
    ]
}