Husk
Write it all.
Wat is Husk?
Husk is een Chrome-extensie ontwikkeld door tees, en de belangrijkste functie is "Write it all.".
Extensie Screenshots
Download het CRX-bestand van de extensie Husk
Download Husk-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| Officiële URL | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| Beschrijving | Write it all. |
| Bestandsgrootte | 79.3 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2016-11-28 |
| Publicatiedatum | 2016-11-28 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | tees |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/teesloane/husk |
| Help Pagina-URL | https://github.com/teesloane/husk/issues |
| Ondersteunde Talen | 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"
]
} | |