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 to jest AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab to rozszerzenie Chrome opracowane przez https://alphaquot.es, a jego główną funkcją jest „Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AlphaQuotes Motivational Quotes New Tab

Pobierz pliki rozszerzeń AlphaQuotes Motivational Quotes New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Oficjalny URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Opis Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Rozmiar pliku 287 KB
Liczba instalacji 245
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2013-10-30
Data Publikacji 2013-10-30
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper https://alphaquot.es
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://alphaquot.es/
Obsługiwane Języki 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"
            ]
        }
    ]
}