New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

Wat is New Tab Motivational Quotes?

New Tab Motivational Quotes is een Chrome-extensie ontwikkeld door Shivank Gandhi, en de belangrijkste functie is "An extension which shows motivating quotes on the new tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

Download New Tab Motivational Quotes-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

                        A small extension which shows motivational quotes on the New Tab page in Chrome.

I'd love to know your thoughts/suggestions in the comments.

**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size

**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                    

Basisinformatie over de Extensie

Naam New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
Officiële URL https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Beschrijving An extension which shows motivating quotes on the new tab page.
Bestandsgrootte 24.92 KB
Aantal Installaties 2,850
Huidige Versie 1.6.0
Laatst Bijgewerkt 2019-04-02
Publicatiedatum 2019-04-02
Beoordeling 4.63/5 Totaal 24 Beoordelingen
Ontwikkelaar Shivank Gandhi
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}