todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
Wat is todo.tab?
todo.tab is een Chrome-extensie ontwikkeld door http://www.blend88.com, en de belangrijkste functie is "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.".
Extensie Screenshots
Download het CRX-bestand van de extensie todo.tab
Download todo.tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
| Officiële URL | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
| Beschrijving | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
| Bestandsgrootte | 681 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2015-01-29 |
| Publicatiedatum | 2015-01-29 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | http://www.blend88.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/blend88/todo.tab |
| Help Pagina-URL | https://github.com/blend88/todo.tab/issues |
| Ondersteunde Talen | 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'"
} | |