Motivational New Tab

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

Τι είναι το Motivational New Tab;

Το Motivational New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://singleclickapps.com, και η κύρια λειτουργία του είναι "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Motivational New Tab

Λήψη αρχείων επέκτασης Motivational New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
Επίσημο URL https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Περιγραφή Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Μέγεθος Αρχείου 25.9 MB
Αριθμός Εγκαταστάσεων 862
Τρέχουσα Έκδοση 2.1.0.0
Τελευταία Ενημέρωση 2017-12-21
Ημερομηνία Δημοσίευσης 2017-12-20
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://singleclickapps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://singleclickapps.com/motivational-new-tab/
Διεύθυνση URL της Σελίδας Βοήθειας http://singleclickapps.com/motivational-new-tab/help.html
URL της Σελίδας Πολιτικής Απορρήτου https://singleclickapps.com/privacy.html
Υποστηριζόμενες Γλώσσες 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"
}