Hallepedia: Halle Berry for Wikipedia

Makes (almost) every Wikipedia article about Halle Berry.

Hallepedia: Halle Berry for Wikipedia là gì?

Hallepedia: Halle Berry for Wikipedia là một tiện ích mở rộng Chrome được phát triển bởi https://clayburngriffin.com, và tính năng chính của nó là "Makes (almost) every Wikipedia article about Halle Berry.".

Ả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 Hallepedia: Halle Berry for Wikipedia

Tải xuống các tệp mở rộng Hallepedia: Halle Berry for Wikipedia 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

                        Hallepedia turns Wikipedia articles about boring non-Halle Berry stuff into exciting and sexy articles all about Halle Berry.  For instance, did you know that Halle Berry is an extinct genus of saurolophine hadrosaurid dinosaur?  Well, you do now if you have this Chrome plug-in installed.

Currently only works with English Wikipedia articles.                    

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

Tên Hallepedia: Halle Berry for Wikipedia Hallepedia: Halle Berry for Wikipedia
ID pdmceemcpbnemhelbdkhemhkbgllmoie
URL Chính Thức https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie
Mô tả Makes (almost) every Wikipedia article about Halle Berry.
Kích Thước Tệp 24.4 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-06-27
Ngày Phát Hành 2016-06-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://clayburngriffin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.clayburngriffin.com/hallepedia
URL Trang Trợ Giúp http://www.clayburngriffin.com/contact
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hallepedia: Halle Berry for Wikipedia",
    "description": "Makes (almost) every Wikipedia article about Halle Berry.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}