Motivation
Replace new tab page with Motivation
Co to jest Motivation?
Motivation to rozszerzenie Chrome opracowane przez maccman, a jego główną funkcją jest „Replace new tab page with Motivation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Motivation
Pobierz pliki rozszerzeń Motivation 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
Replaces your 'new-tab' page with a real-time counter showing your current age. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
| Oficjalny URL | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
| Opis | Replace new tab page with Motivation |
| Rozmiar pliku | 96.48 KB |
| Liczba instalacji | 37,605 |
| Aktualna Wersja | 0.6 |
| Ostatnia Aktualizacja | 2014-07-18 |
| Data Publikacji | 2014-07-17 |
| Ocena | 4.44/5 Łącznie 412 Oceny |
| Deweloper | maccman |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"motivation.js"
]
},
"chrome_url_overrides": {
"newtab": "dashboard.html"
},
"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",
"offline_enabled": true,
"version": "0.6"
} | |