WriteTab
Replace your new tab page with a blank writing page
什么是WriteTab?
WriteTab是由https://tinyapps.com.au开发的Chrome扩展程序,该扩展的主要功能是“Replace your new tab page with a blank writing page”。
扩展截图
下载WriteTab扩展crx文件
下载WriteTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WriteTab |
ID | jgihkgpaeaddfkdmoglpcklnbldcmklm |
官方URL | https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm |
简介 | Replace your new tab page with a blank writing page |
文件大小 | 325 KB |
安装次数 | 398 |
当前版本 | 0.0.5 |
更新时间 | 2017-02-24 |
上架时间 | 2017-02-23 |
评分 | 4.86/5 共7次评分 |
开发者 | https://tinyapps.com.au |
付费类型 | free |
扩展官网 | http://tinyapps.com.au |
支持的语言 | 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 } } |