Game of Thrones Quotes

Random Game of Thrones quotes on every new tab, quite fantastic!

Game of Thrones Quotesとは何ですか?

Game of Thrones QuotesはBurak Karakanによって開発されたChromeの拡張機能で、その主な機能は「Random Game of Thrones quotes on every new tab, quite fantastic!」です。

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

screenshot
screenshot

Game of Thrones Quotes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is an extension that is changing your "New Tab" page with a simple, clean page that shows different quotes from the series "Game of Thrones", with the quote and the character who said it. On every new tab, the item picks another quote and displays it nicely to you. It will save you from the boring stock Google Chrome new tab screen!

---------

If you have any problems or questions, please do not hesitate to contact me, hope you enjoy it!                    

拡張機能の基本情報

名前 Game of Thrones Quotes Game of Thrones Quotes
ID pfdpbbjmnlfggaiecpbecgjjpfbcdecp
公式URL https://chromewebstore.google.com/detail/game-of-thrones-quotes/pfdpbbjmnlfggaiecpbecgjjpfbcdecp
説明 Random Game of Thrones quotes on every new tab, quite fantastic!
ファイルサイズ 261 KB
インストール数 145
現在のバージョン 1.0.1
最終更新日 2016-05-26
公開日 2016-05-26
評価 5.00/5 合計 7 レビュー
開発者 Burak Karakan
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/karakanb/devo/blob/master/privacy_policy.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game of Thrones Quotes",
    "description": "Random Game of Thrones quotes on every new tab, quite fantastic!",
    "author": "Burak Karakan",
    "short_name": "GoT Quotes",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/"
            ],
            "css": [
                "raleway.css",
                "css\/gotQuotes.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/got-quotes.herokuapp.com\/quotes"
    ]
}