Todoist Mod
A Plugin to add some functionality to todoist.com web application
Apa itu Todoist Mod?
Todoist Mod adalah ekstensi Chrome yang dikembangkan oleh http://b2hq.com, dan fitur utamanya adalah "A Plugin to add some functionality to todoist.com web application".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Todoist Mod
Unduh file ekstensi Todoist Mod 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
Todoist Mod is an *UNOFFICIAL* extension which should add some functionality to todoist.com site, some stuff I personally miss ... for now it adds the ability to define a default priority for tasks and some css tweaks. I plan to add more options as I stumble upon missing features ...
Informasi Dasar Ekstensi
Nama | |
ID | angcidioihngmbmhjnijbeghgnkagomd |
URL Resmi | https://chrome.google.com/webstore/detail/todoist-mod/angcidioihngmbmhjnijbeghgnkagomd |
Deskripsi | A Plugin to add some functionality to todoist.com web application |
Ukuran File | 63.07 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2014-10-20 |
Tanggal Publikasi | 2014-10-20 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | http://b2hq.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://b2hq.com/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todoist Mod", "description": "A Plugin to add some functionality to todoist.com web application", "version": "0.1.1", "permissions": [ "https:\/\/todoist.com\/", "http:\/\/todoist.com\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/todoist.com\/*" ], "js": [ "jquery-2.1.1.min.js", "main.js" ], "css": [ "main.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |