Hallepedia: Halle Berry for Wikipedia

Makes (almost) every Wikipedia article about Halle Berry.

Hallepedia: Halle Berry for Wikipedia란 무엇입니까?

Hallepedia: Halle Berry for Wikipedia은(는) https://clayburngriffin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes (almost) every Wikipedia article about Halle Berry."입니다.

확장 프로그램 스크린샷

screenshot

Hallepedia: Halle Berry for Wikipedia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Hallepedia: Halle Berry for Wikipedia Hallepedia: Halle Berry for Wikipedia
ID pdmceemcpbnemhelbdkhemhkbgllmoie
공식 URL https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie
설명 Makes (almost) every Wikipedia article about Halle Berry.
파일 크기 24.4 KB
설치 횟수 18
현재 버전 1.2
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 4.00/5 총 4 개의 평점
개발자 https://clayburngriffin.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.clayburngriffin.com/hallepedia
도움말 페이지 URL http://www.clayburngriffin.com/contact
지원되는 언어 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
}