WriteTab

Replace your new tab page with a blank writing page

Qu'est-ce que WriteTab ?

WriteTab est une extension Chrome développée par https://tinyapps.com.au, et sa fonction principale est "Replace your new tab page with a blank writing page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WriteTab

Téléchargez les fichiers d'extension WriteTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WriteTab WriteTab
ID jgihkgpaeaddfkdmoglpcklnbldcmklm
URL Officiel https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm
Description Replace your new tab page with a blank writing page
Taille du Fichier 325 KB
Nombre d'Installations 398
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-02-24
Date de Publication 2017-02-23
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://tinyapps.com.au
Type de Paiement free
Site Web de l'Extension http://tinyapps.com.au
Langues Prises en Charge 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
    }
}