People Inspector

Displays people markup in a page and simplifies searching for those people.

Cos'è People Inspector?

People Inspector è un'estensione di Chrome sviluppata da People-inspector Plugin, e la sua funzione principale è "Displays people markup in a page and simplifies searching for those people.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione People Inspector

Scarica i file di estensione People Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        People Inspector is a tool for genealogy research. It supports sites that publish their content with Schema.org markup.

When the People Inspector extension detects people markup on a page, it places a family tree icon in the tool bar. Clicking this icon opens a window with the names of the people in the page. Buttons for searching for that person on Google, Family Search, Geni, My Heritage, and We Relate make research a snap.                    

Informazioni di Base sull'Estensione

Nome People Inspector People Inspector
ID ckjdjckafdcphbgpgblgbkckhdnlhdhg
URL Ufficiale https://chromewebstore.google.com/detail/people-inspector/ckjdjckafdcphbgpgblgbkckhdnlhdhg
Descrizione Displays people markup in a page and simplifies searching for those people.
Dimensione del File 68.76 KB
Conteggio Installazioni 418
Versione Corrente 0.1
Ultimo Aggiornamento 2013-07-12
Data di Pubblicazione 2013-07-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore People-inspector Plugin
Tipo di Pagamento free
Sito Web dell'Estensione http://historical-data.org
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "People Inspector",
    "version": "0.1",
    "description": "Displays people markup in a page and simplifies searching for those people.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "People Markup",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery_1_6_4.js",
                "js\/jquery.microdata.js",
                "js\/jquery.microdata.json.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}