Show IDs

This extension lets you see all the elements that have IDs on a page

Wat is Show IDs?

Show IDs is een Chrome-extensie ontwikkeld door sean.whitehead, en de belangrijkste functie is "This extension lets you see all the elements that have IDs on a page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show IDs

Download Show IDs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension lets you see all the elements that have IDs on a page                    

Basisinformatie over de Extensie

Naam Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
Officiële URL https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
Beschrijving This extension lets you see all the elements that have IDs on a page
Bestandsgrootte 7.67 KB
Aantal Installaties 166
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-23
Publicatiedatum 2019-06-17
Ontwikkelaar sean.whitehead
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}