ElementHistory

See what code created or updated a DOM element

ElementHistoryとは何ですか?

ElementHistoryはMatt Zeunertによって開発されたChromeの拡張機能で、その主な機能は「See what code created or updated a DOM element」です。

拡張機能のスクリーンショット

screenshot
screenshot

ElementHistory拡張機能のCRXファイルをダウンロード

ElementHistory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
ヘルプページのURL 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"
    ]
}