Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Game of Thrones Quotesとは何ですか?

Game of Thrones QuotesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A Game of Thrones Quote to start your tab.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Game of Thrones Quotes!                    

拡張機能の基本情報

名前 Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
公式URL https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
説明 A Game of Thrones Quote to start your tab.
ファイルサイズ 232 KB
インストール数 51
現在のバージョン 1
最終更新日 2019-01-05
公開日 2019-01-05
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/alecsavvy/got-quote-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game of Thrones Quotes",
    "description": "A Game of Thrones Quote to start your tab.",
    "version": "1",
    "author": "LemonadeJetpack",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Game of Thrones Quotes"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}