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.

Co je AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab je rozšíření Chrome vyvinuté https://alphaquot.es, a jeho hlavní funkcí je „Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AlphaQuotes Motivational Quotes New Tab

Stáhněte si soubory rozšíření AlphaQuotes Motivational Quotes New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Oficiální URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Popis Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Velikost souboru 287 KB
Počet instalací 245
Aktuální Verze 0.0.4
Poslední Aktualizace 2013-10-30
Datum Vydání 2013-10-30
Hodnocení 4.00/5 Celkem 10 Hodnocení
Vývojář https://alphaquot.es
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://alphaquot.es/
Podporované Jazyky 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"
            ]
        }
    ]
}