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.

Τι είναι το AlphaQuotes Motivational Quotes New Tab;

Το AlphaQuotes Motivational Quotes New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://alphaquot.es, και η κύρια λειτουργία του είναι "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AlphaQuotes Motivational Quotes New Tab

Λήψη αρχείων επέκτασης AlphaQuotes Motivational Quotes New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Επίσημο URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Περιγραφή Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Μέγεθος Αρχείου 287 KB
Αριθμός Εγκαταστάσεων 245
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2013-10-30
Ημερομηνία Δημοσίευσης 2013-10-30
Αξιολόγηση 4.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://alphaquot.es
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://alphaquot.es/
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}