Motivation-huh?
Replace new tab page with Motivation
Vad är Motivation-huh??
Motivation-huh? är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replace new tab page with Motivation".
Tilläggsskärmbilder
Ladda ner Motivation-huh?-förlängningens CRX-fil
Ladda ner Motivation-huh?-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
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
countdown your TTL Grundläggande Information om Tillägg
| Namn | |
| ID | gjiindielolnpcmjbhiojfpojlodnicl |
| Officiell webbadress | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
| Beskrivning | Replace new tab page with Motivation |
| Filstorlek | 96.61 KB |
| Antal Installationer | 22 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-12-26 |
| Publiceringsdatum | 2014-12-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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-huh?",
"offline_enabled": true,
"version": "0.1"
} | |