Husk
Write it all.
Co to jest Husk?
Husk to rozszerzenie Chrome opracowane przez tees, a jego główną funkcją jest „Write it all.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Husk
Pobierz pliki rozszerzeń Husk 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
                        Husk is a chrome extension inspired by Papier. Husk will allow users to write text in their new tab page, sync data and provide basic markdown/text formatting support.
Husk is open source and available on github:
https://github.com/teesloane/husk                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp | 
| Oficjalny URL | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp | 
| Opis | Write it all. | 
| Rozmiar pliku | 79.3 KB | 
| Liczba instalacji | 25 | 
| Aktualna Wersja | 0.0.3 | 
| Ostatnia Aktualizacja | 2016-11-28 | 
| Data Publikacji | 2016-11-28 | 
| Ocena | 3.00/5 Łącznie 1 Oceny | 
| Deweloper | tees | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/teesloane/husk | 
| Adres URL Strony Pomocy | https://github.com/teesloane/husk/issues | 
| Obsługiwane Języki | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Husk",
    "version": "0.0.3",
    "description": "Write it all.",
    "author": "teesloane",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/teesloane\/husk",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
} | |