Stuff To Do

Simple to-do list in a browser -- everything is automatically saved.

Apa itu Stuff To Do?

Stuff To Do adalah ekstensi Chrome yang dikembangkan oleh kg, dan fitur utamanya adalah "Simple to-do list in a browser -- everything is automatically saved.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stuff To Do

Unduh file ekstensi Stuff To Do 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

                        This is a simple & quick way to manage your TO-DO list in a separate tab. Just click and go! Everything is automatically saved, so you can close the tab at anytime and nothing is lost.                    

Informasi Dasar Ekstensi

Nama Stuff To Do Stuff To Do
ID odniioffonljijkkpkheimndcifoeidi
URL Resmi https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi
Deskripsi Simple to-do list in a browser -- everything is automatically saved.
Ukuran File 17.21 KB
Jumlah Instalasi 60
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-06-02
Tanggal Publikasi 2013-06-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang kg
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stuff To Do",
    "version": "1.2",
    "description": "Simple to-do list in a browser -- everything is automatically saved.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}