Motivation (devm33 fork)

Replace new tab page with Motivation

Wat is Motivation (devm33 fork)?

Motivation (devm33 fork) is een Chrome-extensie ontwikkeld door devm33, en de belangrijkste functie is "Replace new tab page with Motivation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Motivation (devm33 fork)

Download Motivation (devm33 fork)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Displays a counter of your age in years to eight decimal places on the new tab page.

Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.                    

Basisinformatie over de Extensie

Naam Motivation (devm33 fork) Motivation (devm33 fork)
ID edaphnidncfdooaldnhdmijjephlbehh
Officiële URL https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh
Beschrijving Replace new tab page with Motivation
Bestandsgrootte 323 KB
Aantal Installaties 165
Huidige Versie 0.5
Laatst Bijgewerkt 2014-11-16
Publicatiedatum 2014-11-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar devm33
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/devm33/motivation
Help Pagina-URL https://github.com/devm33/motivation
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation (devm33 fork)",
    "offline_enabled": true,
    "version": "0.5"
}