RoutineList

Keep Track of Your Daily Tasks

Apa itu RoutineList?

RoutineList adalah ekstensi Chrome yang dikembangkan oleh nicholasgreensf, dan fitur utamanya adalah "Keep Track of Your Daily Tasks".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RoutineList

Unduh file ekstensi RoutineList dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
URL Resmi https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Deskripsi Keep Track of Your Daily Tasks
Ukuran File 12.09 MB
Jumlah Instalasi 22
Versi Saat Ini 0.5
Terakhir Diperbarui 2022-06-01
Tanggal Publikasi 2021-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nicholasgreensf
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}