Day Counter - New Tab Page
Track days until or since life events like Birthdays easily.
Qu'est-ce que Day Counter - New Tab Page ?
Day Counter - New Tab Page est une extension Chrome développée par Ryan Fitzgerald, et sa fonction principale est "Track days until or since life events like Birthdays easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Day Counter - New Tab Page
Téléchargez les fichiers d'extension Day Counter - New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Day Counter allows you to easily create counters that track days until or since life events on each new tab or manually. No need to forget holidays, birthdays, or other events ever again! You can also easily keep track of days since previous events like starting a new job or moving into a new apartment. Events can be re-ordered by a simple drag-and-drop feature and can be optionally set to automatically repeat weekly, biweekly, monthly, or yearly. There are also a number of settings in order to customize your experience, such as changing the counter size, the color scheme of the page, filtering visible counters to only future or past counters, filtering counters based on date range (i.e. only showing counters that are a week away), and a privacy filter that blurs the counters on load and on inactivity so others cannot read them when you aren't there.
Informations de Base sur l'Extension
Nom | Day Counter - New Tab Page |
ID | popaiegponeiefbiddhmaphpbdjoegff |
URL Officiel | https://chromewebstore.google.com/detail/day-counter-new-tab-page/popaiegponeiefbiddhmaphpbdjoegff |
Description | Track days until or since life events like Birthdays easily. |
Taille du Fichier | 678 KB |
Nombre d'Installations | 7,305 |
Version Actuelle | 3.0.5 |
Dernière Mise à Jour | 2020-08-11 |
Date de Publication | 2017-12-10 |
Évaluation | 4.42/5 Total 57 Évaluations |
Développeur | Ryan Fitzgerald |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Day Counter - New Tab Page", "short_name": "Day Counter", "version": "3.0.5", "description": "Track days until or since life events like Birthdays easily.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Open Day Counter" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "author": "Ryan Fitzgerald", "chrome_url_overrides": { "newtab": "index.html" }, "incognito": "split", "offline_enabled": true, "permissions": [ "storage" ] } |