New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

Vad är New Tab Motivation?

New Tab Motivation är en Chrome-tillägg utvecklad av The Mindful Tech Lab, och dess huvudfunktion är "Motivational quotes delivered every time you open up a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

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

Ladda ner New Tab Motivation-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

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

Grundläggande Information om Tillägg

Namn New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
Officiell webbadress https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
Beskrivning Motivational quotes delivered every time you open up a new tab.
Filstorlek 49.42 KB
Antal Installationer 2,000
Aktuell Version 4.3
Senast Uppdaterad 2017-03-25
Publiceringsdatum 2017-03-25
Betyg 4.60/5 Totalt 72 Betyg
Utvecklare The Mindful Tech Lab
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://themindfultechlab.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}