Motivational New Tab

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

Vad är Motivational New Tab?

Motivational New Tab är en Chrome-tillägg utvecklad av https://singleclickapps.com, och dess huvudfunktion är "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Motivational New Tab-förlängningens CRX-fil

Ladda ner Motivational New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
Officiell webbadress https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Beskrivning Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Filstorlek 25.9 MB
Antal Installationer 862
Aktuell Version 2.1.0.0
Senast Uppdaterad 2017-12-21
Publiceringsdatum 2017-12-20
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://singleclickapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://singleclickapps.com/motivational-new-tab/
Hjälpsida URL http://singleclickapps.com/motivational-new-tab/help.html
URL till Sekretesspolicy Sidan https://singleclickapps.com/privacy.html
Stödda Språk 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"
}