RoutineList

Keep Track of Your Daily Tasks

Qu'est-ce que RoutineList ?

RoutineList est une extension Chrome développée par nicholasgreensf, et sa fonction principale est "Keep Track of Your Daily Tasks".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RoutineList

Téléchargez les fichiers d'extension RoutineList 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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

Informations de Base sur l'Extension

Nom RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
URL Officiel https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Description Keep Track of Your Daily Tasks
Taille du Fichier 12.09 MB
Nombre d'Installations 22
Version Actuelle 0.5
Dernière Mise à Jour 2022-06-01
Date de Publication 2021-05-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur nicholasgreensf
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}