todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
Qu'est-ce que todo.tab ?
todo.tab est une extension Chrome développée par http://www.blend88.com, et sa fonction principale est "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension todo.tab
Téléchargez les fichiers d'extension todo.tab 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
Features include: - Minimalist interface - Editable list title - Markdown support and preview abilities - Data is synced in real-time across all open tabs in any browser/computer you are signed in to - Keyboard shortcuts. - Themes - Multiple bullet styles.
Informations de Base sur l'Extension
Nom | |
ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
URL Officiel | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
Description | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
Taille du Fichier | 681 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-01-29 |
Date de Publication | 2015-01-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://www.blend88.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/blend88/todo.tab |
URL de la Page d'Aide | https://github.com/blend88/todo.tab/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todo.tab", "version": "1.0.1", "manifest_version": 2, "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.", "homepage_url": "https:\/\/github.com\/blend88\/todo.tab", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "clipboardRead", "contextMenus", "management", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |