Stimulus
New tab page to motivate you to take advantage of life's fleeting opportunities
Vad är Stimulus?
Stimulus är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "New tab page to motivate you to take advantage of life's fleeting opportunities".
Tilläggsskärmbilder
Ladda ner Stimulus-förlängningens CRX-fil
Ladda ner Stimulus-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
Replaces new tab page with a dwindling counter of all the things you enjoy in life. Grundläggande Information om Tillägg
| Namn | |
| ID | badbnmdfdmbccganmgmmgdgdaffgkiag |
| Officiell webbadress | https://chromewebstore.google.com/detail/stimulus/badbnmdfdmbccganmgmmgdgdaffgkiag |
| Beskrivning | New tab page to motivate you to take advantage of life's fleeting opportunities |
| Filstorlek | 59.93 KB |
| Antal Installationer | 14 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2017-01-21 |
| Publiceringsdatum | 2017-01-21 |
| Betyg | 4.80/5 Totalt 20 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/samm81/stimulus |
| Hjälpsida URL | https://github.com/samm81/stimulus/issues |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stimulus",
"description": "New tab page to motivate you to take advantage of life's fleeting opportunities",
"version": "0.1.0",
"manifest_version": 2,
"permissions": [],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"offline_enabled": true
} | |