New Tab Motivational Quotes

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

Co to jest New Tab Motivational Quotes?

New Tab Motivational Quotes to rozszerzenie Chrome opracowane przez Shivank Gandhi, a jego główną funkcją jest „An extension which shows motivating quotes on the new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab Motivational Quotes

Pobierz pliki rozszerzeń New Tab Motivational Quotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Opis An extension which shows motivating quotes on the new tab page.
Rozmiar pliku 24.92 KB
Liczba instalacji 2,850
Aktualna Wersja 1.6.0
Ostatnia Aktualizacja 2019-04-02
Data Publikacji 2019-04-02
Ocena 4.63/5 Łącznie 24 Oceny
Deweloper Shivank Gandhi
Typ Płatności free
Obsługiwane Języki 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"
    }
}