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 } } |