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是由Chris Williams開發的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擴展crx文件

下載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
官方網址 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 "
}