Motivation (devm33 fork)

Replace new tab page with Motivation

Vad är Motivation (devm33 fork)?

Motivation (devm33 fork) är en Chrome-tillägg utvecklad av devm33, och dess huvudfunktion är "Replace new tab page with Motivation".

Tilläggsskärmbilder

screenshot

Ladda ner Motivation (devm33 fork)-förlängningens CRX-fil

Ladda ner Motivation (devm33 fork)-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

                        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.                    

Grundläggande Information om Tillägg

Namn Motivation (devm33 fork) Motivation (devm33 fork)
ID edaphnidncfdooaldnhdmijjephlbehh
Officiell webbadress https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh
Beskrivning Replace new tab page with Motivation
Filstorlek 323 KB
Antal Installationer 165
Aktuell Version 0.5
Senast Uppdaterad 2014-11-16
Publiceringsdatum 2014-11-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare devm33
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/devm33/motivation
Hjälpsida URL https://github.com/devm33/motivation
Stödda Språk 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"
}