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.

Wat is AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab is een Chrome-extensie ontwikkeld door https://alphaquot.es, en de belangrijkste functie is "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AlphaQuotes Motivational Quotes New Tab

Download AlphaQuotes Motivational Quotes New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Officiële URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Beschrijving Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Bestandsgrootte 287 KB
Aantal Installaties 245
Huidige Versie 0.0.4
Laatst Bijgewerkt 2013-10-30
Publicatiedatum 2013-10-30
Beoordeling 4.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://alphaquot.es
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://alphaquot.es/
Ondersteunde Talen 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"
            ]
        }
    ]
}