New Tab Motivational Quotes

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

Hvad er New Tab Motivational Quotes?

New Tab Motivational Quotes er en Chrome-udvidelse udviklet af Shivank Gandhi, og dens hovedfunktion er "An extension which shows motivating quotes on the new tab page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download New Tab Motivational Quotes-udvidelses-CRX-fil

Download New Tab Motivational Quotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
Officiel URL https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Beskrivelse An extension which shows motivating quotes on the new tab page.
Filstørrelse 24.92 KB
Antal Installationer 2,850
Nuværende Version 1.6.0
Senest Opdateret 2019-04-02
Udgivelsesdato 2019-04-02
Bedømmelse 4.63/5 Samlet 24 Bedømmelser
Udvikler Shivank Gandhi
Betalingsmetode free
Understøttede Sprog 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"
    }
}