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