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.

What is AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab is a Chrome extension developed by https://alphaquot.es, and its main feature is "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AlphaQuotes Motivational Quotes New Tab Extension CRX File

Download AlphaQuotes Motivational Quotes New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Official URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Description Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
File Size 287 KB
Installation Count 245
Current Version 0.0.4
Last Updated 2013-10-30
Publish Date 2013-10-30
Rating 4.00/5 Total 10 Ratings
Developer https://alphaquot.es
Email [email protected]
Payment Type free
Extension Website http://alphaquot.es/
Supported Languages 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"
            ]
        }
    ]
}