New Tab Motivational Quotes

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

Apa itu New Tab Motivational Quotes?

New Tab Motivational Quotes adalah ekstensi Chrome yang dikembangkan oleh Shivank Gandhi, dan fitur utamanya adalah "An extension which shows motivating quotes on the new tab page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Motivational Quotes

Unduh file ekstensi New Tab Motivational Quotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
URL Resmi https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Deskripsi An extension which shows motivating quotes on the new tab page.
Ukuran File 24.92 KB
Jumlah Instalasi 2,850
Versi Saat Ini 1.6.0
Terakhir Diperbarui 2019-04-02
Tanggal Publikasi 2019-04-02
Penilaian 4.63/5 Total 24 Penilaian
Pengembang Shivank Gandhi
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}