Motivational New Tab

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

O que é Motivational New Tab?

Motivational New Tab é uma extensão do Chrome desenvolvida por https://singleclickapps.com, e sua principal característica é "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Motivational New Tab

Baixe arquivos de extensão Motivational New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
URL Oficial https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Descrição Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Tamanho do Arquivo 25.9 MB
Contagem de Instalações 862
Versão Atual 2.1.0.0
Última Atualização 2017-12-21
Data de Publicação 2017-12-20
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://singleclickapps.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://singleclickapps.com/motivational-new-tab/
URL da Página de Ajuda http://singleclickapps.com/motivational-new-tab/help.html
URL da Página de Política de Privacidade https://singleclickapps.com/privacy.html
Idiomas Suportados 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"
}