Game of Thrones Quotes

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

¿Qué es Game of Thrones Quotes?

Game of Thrones Quotes es una extensión de Chrome desarrollada por Burak Karakan, y su función principal es "Random Game of Thrones quotes on every new tab, quite fantastic!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Game of Thrones Quotes

Descarga archivos de extensión Game of Thrones Quotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Game of Thrones Quotes Game of Thrones Quotes
ID pfdpbbjmnlfggaiecpbecgjjpfbcdecp
URL Oficial https://chromewebstore.google.com/detail/game-of-thrones-quotes/pfdpbbjmnlfggaiecpbecgjjpfbcdecp
Descripción Random Game of Thrones quotes on every new tab, quite fantastic!
Tamaño del Archivo 261 KB
Cantidad de Instalaciones 145
Versión Actual 1.0.1
Última Actualización 2016-05-26
Fecha de Publicación 2016-05-26
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Burak Karakan
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/karakanb/devo/blob/master/privacy_policy.md
Idiomas Soportados 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"
    ]
}