Random Office Episode

Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.

Random Office Episodeคืออะไร?

Random Office Episode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Williams และคุณลักษณะหลักของมันคือ "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Office Episode

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

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

                        Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.                    

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

ชื่อ Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
คำอธิบาย Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
ขนาดไฟล์ 20.52 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-11-12
วันที่เผยแพร่ 2017-11-12
ผู้พัฒนา Chris Williams
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Office Episode",
    "description": "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "episodes.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Random Office Episode"
    },
    "author": "Chris Williams "
}