AlphaQuotes Motivational Quotes New Tab

Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.

¿Qué es AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab es una extensión de Chrome desarrollada por https://alphaquot.es, y su función principal es "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AlphaQuotes Motivational Quotes New Tab

Descarga archivos de extensión AlphaQuotes Motivational Quotes New Tab 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

                        Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!                    

Información Básica de la Extensión

Nombre AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
URL Oficial https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Descripción Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Tamaño del Archivo 287 KB
Cantidad de Instalaciones 245
Versión Actual 0.0.4
Última Actualización 2013-10-30
Fecha de Publicación 2013-10-30
Calificación 4.00/5 Total de 10 Calificaciones
Desarrollador https://alphaquot.es
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://alphaquot.es/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlphaQuotes Motivational Quotes New Tab",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Inspiration every time you make a new tab.  For hackers, designers, and those who build awesome things.  For free.  Forever.",
    "homepage_url": "http:\/\/alphaquot.es\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}