WriteTab
Replace your new tab page with a blank writing page
Wat is WriteTab?
WriteTab is een Chrome-extensie ontwikkeld door https://tinyapps.com.au, en de belangrijkste functie is "Replace your new tab page with a blank writing page".
Extensie Screenshots
Download het CRX-bestand van de extensie WriteTab
Download WriteTab-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
Replace your new tab page with a blank, distraction free writing environment. Your words are saved as you type so you can come back anytime to keep writing. Or clear or space with one click and begin again.
Basisinformatie over de Extensie
Naam | WriteTab |
ID | jgihkgpaeaddfkdmoglpcklnbldcmklm |
Officiële URL | https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm |
Beschrijving | Replace your new tab page with a blank writing page |
Bestandsgrootte | 325 KB |
Aantal Installaties | 398 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2017-02-24 |
Publicatiedatum | 2017-02-23 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://tinyapps.com.au |
Betalingswijze | free |
Extensiewebsite | http://tinyapps.com.au |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WriteTab", "permissions": [ "storage" ], "version": "0.0.5", "manifest_version": 2, "description": "Replace your new tab page with a blank writing page", "homepage_url": "http:\/\/tinyapps.com.au", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "options_ui": { "page": "src\/options.html", "chrome_style": true } } |