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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://api.chucknorris.io และคุณลักษณะหลักของมันคือ "Official chucknorris.io google chrome extension for random jokes and Chuck Norris facts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chuck Norris Facts - chucknorris.io

ดาวน์โหลดไฟล์ส่วนขยาย Chuck Norris Facts - chucknorris.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}