WriteTab

Replace your new tab page with a blank writing page

What is WriteTab?

WriteTab is a Chrome extension developed by https://tinyapps.com.au, and its main feature is "Replace your new tab page with a blank writing page".

Extension Screenshots

screenshot

Download WriteTab Extension CRX File

Download WriteTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WriteTab WriteTab
ID jgihkgpaeaddfkdmoglpcklnbldcmklm
Official URL https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm
Description Replace your new tab page with a blank writing page
File Size 325 KB
Installation Count 398
Current Version 0.0.5
Last Updated 2017-02-24
Publish Date 2017-02-23
Rating 4.86/5 Total 7 Ratings
Developer https://tinyapps.com.au
Payment Type free
Extension Website http://tinyapps.com.au
Supported Languages 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
    }
}