New Tab Motivational Quotes

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

Vad är New Tab Motivational Quotes?

New Tab Motivational Quotes är en Chrome-tillägg utvecklad av Shivank Gandhi, och dess huvudfunktion är "An extension which shows motivating quotes on the new tab page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner New Tab Motivational Quotes-förlängningens CRX-fil

Ladda ner New Tab Motivational Quotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Beskrivning An extension which shows motivating quotes on the new tab page.
Filstorlek 24.92 KB
Antal Installationer 2,850
Aktuell Version 1.6.0
Senast Uppdaterad 2019-04-02
Publiceringsdatum 2019-04-02
Betyg 4.63/5 Totalt 24 Betyg
Utvecklare Shivank Gandhi
Betalningssätt free
Stödda Språk 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"
    }
}