Husk
Write it all.
Vad är Husk?
Husk är en Chrome-tillägg utvecklad av tees, och dess huvudfunktion är "Write it all.".
Tilläggsskärmbilder
Ladda ner Husk-förlängningens CRX-fil
Ladda ner Husk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| Officiell webbadress | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| Beskrivning | Write it all. |
| Filstorlek | 79.3 KB |
| Antal Installationer | 25 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2016-11-28 |
| Publiceringsdatum | 2016-11-28 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | tees |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/teesloane/husk |
| Hjälpsida URL | https://github.com/teesloane/husk/issues |
| Stödda Språk | 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"
]
} | |