XKCD+R

Display Reddit's best comments along XKCD strips!

XKCD+Rคืออะไร?

XKCD+R เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Florian Laurent และคุณลักษณะหลักของมันคือ "Display Reddit's best comments along XKCD strips!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XKCD+R

ดาวน์โหลดไฟล์ส่วนขยาย XKCD+R ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic.

Extension by Florian Laurent
Original logo design by Q

Source: https://github.com/MasterScrat/XKCDR                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
คำอธิบาย Display Reddit's best comments along XKCD strips!
ขนาดไฟล์ 98.51 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.0.13
อัปเดตครั้งล่าสุด 2015-11-01
วันที่เผยแพร่ 2015-11-01
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Florian Laurent
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Display Reddit's best comments along XKCD strips!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XKCD+R",
    "page_action": {
        "default_icon": "icons\/icon38.png",
        "default_title": "XKCD+R"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/xkcd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.13"
}