Quotes and jokes tab

Displays fresh quote and Chuck joke on every new tab :)

Quotes and jokes tabとは何ですか?

Quotes and jokes tabはTibor Bucsaiによって開発されたChromeの拡張機能で、その主な機能は「Displays fresh quote and Chuck joke on every new tab :)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Quotes and jokes tab拡張機能のCRXファイルをダウンロード

Quotes and jokes tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Displays a fresh quote or Chuck N. joke on every new tab :)                    

拡張機能の基本情報

名前 Quotes and jokes tab Quotes and jokes tab
ID gbdjoganfjlikmfhjfbkifodlapcdghe
公式URL https://chrome.google.com/webstore/detail/quotes-and-jokes-tab/gbdjoganfjlikmfhjfbkifodlapcdghe
説明 Displays fresh quote and Chuck joke on every new tab :)
ファイルサイズ 25.29 KB
インストール数 69
現在のバージョン 1.3
最終更新日 2015-07-05
公開日 2015-07-05
評価 1.00/5 合計 1 レビュー
開発者 Tibor Bucsai
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes and jokes tab",
    "description": "Displays fresh quote and Chuck joke on every new tab :)",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": "\/img\/quotes-jokes-16.png",
        "48": "\/img\/quotes-jokes-48.png",
        "128": "\/img\/quotes-jokes-128.png"
    },
    "permissions": [
        "http:\/\/www.iheartquotes.com\/",
        "http:\/\/api.icndb.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}