Husk
Write it all.
Cos'è Husk?
Husk è un'estensione di Chrome sviluppata da tees, e la sua funzione principale è "Write it all.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Husk
Scarica i file di estensione Husk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| URL Ufficiale | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| Descrizione | Write it all. |
| Dimensione del File | 79.3 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2016-11-28 |
| Data di Pubblicazione | 2016-11-28 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | tees |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/teesloane/husk |
| URL della Pagina di Aiuto | https://github.com/teesloane/husk/issues |
| Lingue Supportate | 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"
]
} | |