Rundown
Your tasks, easily managed in the new-tab page.
Qu'est-ce que Rundown ?
Rundown est une extension Chrome développée par Hristiyan Dodov, et sa fonction principale est "Your tasks, easily managed in the new-tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rundown
Téléchargez les fichiers d'extension Rundown 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
It's simple. You get a rich-text editor where you can structure tasks however you wish. On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.
Informations de Base sur l'Extension
Nom | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
URL Officiel | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
Description | Your tasks, easily managed in the new-tab page. |
Taille du Fichier | 149 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Hristiyan Dodov |
[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, "version": "1.0.3", "name": "Rundown", "description": "Your tasks, easily managed in the new-tab page.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |