Chuck Norris Facts - chucknorris.io

Official chucknorris.io google chrome extension for random jokes and Chuck Norris facts.

Chuck Norris Facts - chucknorris.io란 무엇입니까?

Chuck Norris Facts - chucknorris.io은(는) https://api.chucknorris.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official chucknorris.io google chrome extension for random jokes and Chuck Norris facts."입니다.

확장 프로그램 스크린샷

screenshot

Chuck Norris Facts - chucknorris.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        chucknorris.io is a free JSON API for hand curated Chuck Norris facts.

Chuck Norris facts are satirical factoids about martial artist and actor Chuck Norris that have become an Internet phenomenon and as a result have become widespread in popular culture. The 'facts' are normally absurd hyperbolic claims about Norris' toughness, attitude, virility, sophistication, and masculinity.

Chuck Norris facts have spread around the world, leading not only to translated versions, but also spawning localized versions mentioning country-specific advertisements and other Internet phenomena. Allusions are also sometimes made to his use of roundhouse kicks to perform seemingly any task, his large amount of body hair with specific regard to his beard, and his role in the action television series Walker, Texas Ranger.                    

확장 프로그램 기본 정보

이름 Chuck Norris Facts - chucknorris.io Chuck Norris Facts - chucknorris.io
ID jmdcikmmlghcmlnebegbmgibhfjnimla
공식 URL https://chromewebstore.google.com/detail/chuck-norris-facts-chuckn/jmdcikmmlghcmlnebegbmgibhfjnimla
설명 Official chucknorris.io google chrome extension for random jokes and Chuck Norris facts.
파일 크기 80.36 KB
설치 횟수 53
현재 버전 0.2.0
최근 업데이트 2016-06-20
출시 날짜 2016-06-20
개발자 https://api.chucknorris.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://api.chucknorris.io
도움말 페이지 URL https://api.chucknorris.io
개인정보 보호 정책 페이지 URL https://api.chucknorris.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mathias Schilling ",
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "src\/assets\/chuck-norris-icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "src\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Official chucknorris.io google chrome extension for random jokes and Chuck Norris facts.",
    "icons": {
        "128": "src\/assets\/chuck-norris-icon-128.png",
        "16": "src\/assets\/chuck-norris-icon-16.png",
        "48": "src\/assets\/chuck-norris-icon-48.png"
    },
    "manifest_version": 2,
    "name": "Chuck Norris Facts - chucknorris.io",
    "options_ui": {
        "page": "src\/views\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "chucknorris.io",
    "version": "0.2.0"
}