Motivation (devm33 fork)
Replace new tab page with Motivation
Hvad er Motivation (devm33 fork)?
Motivation (devm33 fork) er en Chrome-udvidelse udviklet af devm33, og dens hovedfunktion er "Replace new tab page with Motivation".
Udvidelsesskærmbilleder
Download Motivation (devm33 fork)-udvidelses-CRX-fil
Download Motivation (devm33 fork)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
Officiel URL | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
Beskrivelse | Replace new tab page with Motivation |
Filstørrelse | 323 KB |
Antal Installationer | 165 |
Nuværende Version | 0.5 |
Senest Opdateret | 2014-11-16 |
Udgivelsesdato | 2014-11-16 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | devm33 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/devm33/motivation |
Hjælpeside-URL | https://github.com/devm33/motivation |
Understøttede Sprog | 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" } |