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