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