Motivation New Tab

Motivation Fan? Start each day with the Motivation's most gorgeous pictures!

Co to jest Motivation New Tab?

Motivation New Tab to rozszerzenie Chrome opracowane przez http://www.startjoe.com, a jego główną funkcją jest „Motivation Fan? Start each day with the Motivation's most gorgeous pictures!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Motivation New Tab

Pobierz pliki rozszerzeń Motivation New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Looking for motivation?

Use this great Motivation New Tab.

Features:
- google search form
- speed dial
- new motivational image every tab
- super-user-friendly navigation between Most Visited/Last Visited/Bookmarks/Apps
- super QUOTE every day.
- link to a mega deals website

I hope that my extension will help you to become a better person every day! :)
Thank you! 

----------
How to uninstall it (if you decided you're 100% motivated already or for whatever other reason;) ):
Go and type in the chrome toolbar: chrome://extensions, scroll down a little bit until you'll see the extension. Un-check it and it's gone!                    

Podstawowe informacje o rozszerzeniu

Nazwa Motivation New Tab Motivation New Tab
ID bjmblkmenffbnnghhgobjggacplogmkp
Oficjalny URL https://chrome.google.com/webstore/detail/motivation-new-tab/bjmblkmenffbnnghhgobjggacplogmkp
Opis Motivation Fan? Start each day with the Motivation's most gorgeous pictures!
Rozmiar pliku 970 KB
Liczba instalacji 57
Aktualna Wersja 2.5.0.0
Ostatnia Aktualizacja 2022-02-25
Data Publikacji 2015-07-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.startjoe.com
E-mail [email protected]
Adres URL Strony Polityki Prywatności http://startjoe.com/terms-and-privacy.html
Obsługiwane Języki id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.5.0.0",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "page": "src\/background.html",
        "persistent": true
    },
    "options_page": "src\/options.html",
    "chrome_url_overrides": {
        "newtab": "src\/override.html"
    },
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "bookmarks",
        "history",
        "management",
        "topSites",
        "tabs"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/freegeoip.net; object-src 'self'"
}