ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
Vad är ICYMT?
ICYMT är en Chrome-tillägg utvecklad av Paul Ruales, och dess huvudfunktion är "Replace the new tab page with a new page that shows day, week, month, and year progress.".
Tilläggsskärmbilder
Ladda ner ICYMT-förlängningens CRX-fil
Ladda ner ICYMT-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
In case you missed time! Stop procrastination by replacing the new tab page with a new page that shows day, week, month, and year progress. Icon by Smashicons from www.flaticon.com. Grundläggande Information om Tillägg
| Namn | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| Officiell webbadress | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| Beskrivning | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| Filstorlek | 31.53 KB |
| Antal Installationer | 26 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2020-02-02 |
| Publiceringsdatum | 2020-02-02 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | Paul Ruales |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ICYMT",
"short_name": "ICYMT",
"version": "0.3",
"description": "Replace the new tab page with a new page that shows day, week, month, and year progress.",
"permissions": [
"activeTab"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icons\/time-passing-16.png",
"128": "icons\/time-passing-128.png"
},
"manifest_version": 2
} | |