todo.tab

todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.

Co to jest todo.tab?

todo.tab to rozszerzenie Chrome opracowane przez http://www.blend88.com, a jego główną funkcją jest „todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia todo.tab

Pobierz pliki rozszerzeń todo.tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa todo.tab todo.tab
ID ppoldfapfboboakhinjjmgkolkjhjjkm
Oficjalny URL https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm
Opis todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
Rozmiar pliku 681 KB
Liczba instalacji 51
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-01-29
Data Publikacji 2015-01-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://www.blend88.com
Typ Płatności free
Strona Rozszerzenia https://github.com/blend88/todo.tab
Adres URL Strony Pomocy https://github.com/blend88/todo.tab/issues
Obsługiwane Języki 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'"
}