New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

Apa itu New Tab Motivation?

New Tab Motivation adalah ekstensi Chrome yang dikembangkan oleh The Mindful Tech Lab, dan fitur utamanya adalah "Motivational quotes delivered every time you open up a new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Motivation

Unduh file ekstensi New Tab Motivation 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

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

Informasi Dasar Ekstensi

Nama New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
URL Resmi https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
Deskripsi Motivational quotes delivered every time you open up a new tab.
Ukuran File 49.42 KB
Jumlah Instalasi 2,000
Versi Saat Ini 4.3
Terakhir Diperbarui 2017-03-25
Tanggal Publikasi 2017-03-25
Penilaian 4.60/5 Total 72 Penilaian
Pengembang The Mindful Tech Lab
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://themindfultechlab.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}