Motivational New Tab

Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.

Apa itu Motivational New Tab?

Motivational New Tab adalah ekstensi Chrome yang dikembangkan oleh https://singleclickapps.com, dan fitur utamanya adalah "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Motivational New Tab

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

                        Replace the default new tab page with an inspirational picture and a motivational quote.

Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. 

Reload the new tab page to get another motivational quote and picture. 

Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).                    

Informasi Dasar Ekstensi

Nama Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
URL Resmi https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Deskripsi Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Ukuran File 25.9 MB
Jumlah Instalasi 862
Versi Saat Ini 2.1.0.0
Terakhir Diperbarui 2017-12-21
Tanggal Publikasi 2017-12-20
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://singleclickapps.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://singleclickapps.com/motivational-new-tab/
URL Halaman Bantuan http://singleclickapps.com/motivational-new-tab/help.html
URL Halaman Kebijakan Privasi https://singleclickapps.com/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivational New Tab",
    "version": "2.1.0.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab",
    "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.",
    "icons": {
        "16": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "New Tab"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}