People Inspector

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

People Inspector là gì?

People Inspector là một tiện ích mở rộng Chrome được phát triển bởi People-inspector Plugin, và tính năng chính của nó là "Displays people markup in a page and simplifies searching for those people.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng People Inspector

Tải xuống các tệp mở rộng People Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên People Inspector People Inspector
ID ckjdjckafdcphbgpgblgbkckhdnlhdhg
URL Chính Thức https://chromewebstore.google.com/detail/people-inspector/ckjdjckafdcphbgpgblgbkckhdnlhdhg
Mô tả Displays people markup in a page and simplifies searching for those people.
Kích Thước Tệp 68.76 KB
Số Lần Cài Đặt 418
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-07-12
Ngày Phát Hành 2013-07-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển People-inspector Plugin
Loại Thanh Toán free
Trang Web Mở Rộng http://historical-data.org
Ngôn Ngữ Được Hỗ Trợ 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
}